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 ddb02e4 commit 47a7e4cCopy full SHA for 47a7e4c
1 file changed
src/matrixrtc/NewMembershipManager.ts
@@ -292,8 +292,9 @@ class ActionScheduler {
292
} else {
293
logger.info(`added action: ${actionString}\nAddQueue:`, this._insertions);
294
}
295
- if (!this.state.running)
+ if (!this.state.running) {
296
logger.warn(`MembershipManager is not running but we try to add Action: ${actionString}`);
297
+ }
298
299
300
public resetActions(actions: Action[], withoutInsertions = true): void {
0 commit comments