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

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -