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 c003e82 commit 3a5e711Copy full SHA for 3a5e711
packages/app/src/app/overmind/effects/live/index.ts
@@ -70,7 +70,7 @@ class Live {
70
we use a blocker to just hold the sending of the messages until an additional
71
connection enters
72
*/
73
- private awaitSend: Blocker<void> | null = blocker<void>();
+ private awaitSend: Blocker<void> | null = null;
74
private presence: Presence;
75
private provideJwtToken: () => string;
76
private onOperationError: (payload: {
0 commit comments