Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
balazskreith committed Oct 11, 2024
1 parent 093b627 commit 94e59c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/collections/HamokEmitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ export class HamokEmitter<T extends HamokEmitterEventMap, M extends Record<strin
result.push(this.connection.grid.localPeerId);
}

++this.stats.numberOfSentEventInvocations;

return result;
}

Expand Down Expand Up @@ -418,6 +420,8 @@ export class HamokEmitter<T extends HamokEmitterEventMap, M extends Record<strin
);
}

++this.stats.numberOfSentEventInvocations;

return true;
}

Expand Down

0 comments on commit 94e59c8

Please sign in to comment.