We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3083bcd commit 751e0d6Copy full SHA for 751e0d6
src/store/fs.rs
@@ -225,7 +225,7 @@ impl entity_manager::Params for HashContext {
225
}
226
227
fn ref_count(&self) -> usize {
228
- self.state.receiver_count() + self.state.receiver_count()
+ self.state.sender_count() + self.state.receiver_count()
229
230
231
fn new(id: &Self::EntityId, global: &Self::GlobalState) -> Self {
0 commit comments