File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- ## 0.9.1
1+ ## 0.9.1+1
22
33** New Feature:**
44
Original file line number Diff line number Diff line change @@ -93,9 +93,9 @@ class _MemoryStoreAdapter extends EventEmitter implements Adapter {
9393 var rooms = sids[id];
9494 if (rooms != null ) {
9595 for (var room in rooms.keys) {
96- if (rooms.containsKey (room)) {
97- rooms[room].del (id);
98- if (rooms[room].length == 0 ) rooms.remove (room);
96+ if (this . rooms.containsKey (room)) {
97+ this . rooms[room].del (id);
98+ if (this . rooms[room].length == 0 ) this . rooms.remove (room);
9999 }
100100 }
101101 }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: socket_io
22description : >
33 Port of JS/Node library Socket.io. It enables real-time, bidirectional and
44 event-based communication cross-platform.
5- version : 0.9.1
5+ version : 0.9.1+1
66author : jumperchen <jumperchen@potix.com>
77homepage : https://www.zkoss.org
88repository : https://github.com/rikulo/socket.io-dart
You can’t perform that action at this time.
0 commit comments