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 b1cf6fa commit 108f894Copy full SHA for 108f894
templates/flutter/lib/src/realtime_mixin.dart.twig
@@ -82,7 +82,7 @@ mixin RealtimeMixin {
82
stream.close();
83
}
84
85
- _channels = {};
+ _channels.clear();
86
_closeConnection();
87
}, onError: (err, stack) {
88
for (var list in _channels.values) {
0 commit comments