unsuspected auto disconnect issue
I am using the latest version 1.7.14, it happens to disconnect when the number of connections reaches a high number like approximately 1000. I have checked that the openFiles of our linux server is set to 65535. So it may not be the fd issue. Anyone can give some advice on that, what problem it can be?
No need to reach a high number of client connections, even with a single client connection this unexpected disconnection issue happens for me.
@NicholasZhao , Have you solve the problem
in my case,when backend services in debug mode(breakpoint),the socket will be disconnected and automatically connected soon.
in my case,when backend services in debug mode(breakpoint),the socket will be disconnected and automatically connected soon.
Hello, your situation I think is your debug time >30s, make the Websocket ping timeout(default 35s).