java - Tomcat not detecting SessionDisconnectEvent on linux environment -
client registers on websocket , channel.
when client disconnects disabling wifi or pulling out ethernet, server detects client disconnected through spring's sessiondisconnectevent (takes couple of seconds).
this works fine on local windows environment, sessiondisconnectevent not being picked when tomcat hosted on linux environment. other applicationevents such sessionsubscribeevent detected.
tried using different connectors in server.xml no luck.
any ideas?
Comments
Post a Comment