(socket : DockgeSocket)
| 173 | } |
| 174 | |
| 175 | public join(socket : DockgeSocket) { |
| 176 | this.socketList[socket.id] = socket; |
| 177 | } |
| 178 | |
| 179 | public leave(socket : DockgeSocket) { |
| 180 | delete this.socketList[socket.id]; |
no outgoing calls
no test coverage detected