You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current version, only the Handshake is used at the start of the connection. If the client does not send a message for a long time, the session will not be closed automatically. Will future versions do this session logic maintenance? For example, Netty can set the session to be automatically closed if the client does not send messages for a long time .
The text was updated successfully, but these errors were encountered:
Not yet
If you don’t send messages all the time, it may be closed because heartbeat hasn’t responded.
I also suggest adding this timeout verification mechanism.
like: after the connection is established, close the connection if the verification is not completed within 5 seconds
prevent malicious empty connections..
Hello folks. We will analyze the suggestion and add it to our roadmap. Thanks for the suggestion. At first view, we agreed that the feature makes sense for future releases.
In the current version, only the Handshake is used at the start of the connection. If the client does not send a message for a long time, the session will not be closed automatically. Will future versions do this session logic maintenance? For example, Netty can set the session to be automatically closed if the client does not send messages for a long time .
The text was updated successfully, but these errors were encountered: