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 05bfc28 commit aa81470Copy full SHA for aa81470
src/controllers/Realtime.ts
@@ -279,7 +279,7 @@ export class RealtimeController extends BaseController {
279
* Use forEach instead of iterating over Map.keys() because the Webpack
280
* transpilation is producing bad code leading to a loop not iterating.
281
*/
282
- this._subscriptionsOff.forEach((rooms) => {
+ this._subscriptions.forEach((rooms) => {
283
for (const room of rooms) {
284
room.removeListeners();
285
}
0 commit comments