mrniko / netty-socketio

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

Weak network circumstances, the connection is not released #674

Open chuangtim opened 5 years ago

chuangtim commented 5 years ago

I also have this problem.server cann`t relaese connections. I use 1.7.10 version of netty-socketio,Thank you very much! image

mrniko commented 5 years ago

Did you try to use 1.7.17 ?

sergiobello commented 3 years ago

I had the same issue using socket.io.js-2.3.0 and netty-socketio-1.7.18. When the connection falls to polling it opens a lot of sockets and they keep opened (ESTABLISHED) until I close the browser.

https://github.com/mrniko/netty-socketio/issues/314#issuecomment-651733981