mrniko / netty-socketio

Socket.IO server implemented on Java. Realtime java framework
Apache License 2.0
6.81k stars 1.65k forks source link

ERROR com.corundumstudio.socketio.transport.PollingTransport [168] - 337ee46b-e214-4aaf-919c-9e1aeb514c81 is not registered. Closing connection #397

Open aboutdata opened 8 years ago

aboutdata commented 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
xuxizhong commented 7 years ago

how do you resolve this error ? ths

xuxizhong commented 7 years ago

I just also have the same error ,~~~

jingzhongyue commented 6 years ago

how do you resolve this error ?
I also also also have the same error ,~~~

zhyt1985 commented 5 years ago

don't use polling, just use Websocket

al-pt-old commented 5 years ago

:(