Skip to content

Commit

Permalink
Ensure Gateway.events is a broadcast stream
Browse files Browse the repository at this point in the history
  • Loading branch information
abitofevrything committed Dec 31, 2023
1 parent e44d197 commit 9768f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/gateway/gateway.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Gateway extends GatewayManager with EventParser {
client.updateCacheWith(parsedEvent);
yield parsedEvent;
}
}));
})).asBroadcastStream();

bool _closing = false;

Expand Down

0 comments on commit 9768f53

Please sign in to comment.