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

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -