Commit a53e9db3 by zeven

fix 'window.socket.removeAllListeners' is undefined

parent 8051c6a8
android @ 2b9ed2ed
Subproject commit ec483800d0628a4bb42449e145a88caee190d2b6
Subproject commit 2b9ed2edb9621ec69b594266330522cd3679af2e
......@@ -110,6 +110,8 @@ class Socket {
reconnect() {
this.sockets.reconnect();
}
removeAllListeners() {}
}
export default Socket;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment