How to check if a session is active, when the device that was connected to the Websocket server suddenly shut down?
Because in this situation, if I use the Session.isOpen()
method, the return is true
. I think the return should be false
.