Open aboutdata opened 8 years ago
when socketio client(socket.io.js or socketio-client-java) call disconnect method, like this
function disconnect() { socket.disconnect(); } 2016-08-31 17:37:33.370 [nioEventLoopGroup-4-7] ERROR com.corundumstudio.socketio.transport.PollingTransport [168] - 337ee46b-e214-4aaf-919c-9e1aeb514c81 is not registered. Closing connection
how do you resolve this error ? ths
I just also have the same error ,~~~
how do you resolve this error ? I also also also have the same error ,~~~
don't use polling, just use Websocket
:(
when socketio client(socket.io.js or socketio-client-java) call disconnect method, like this