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