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
Hello,
Nettosphere does not correctly handle timeouts coming from the browser:
In Tomcat, in case of timeout, the AtmosphereResourceEventListener receive a single onDisconnect event, with the following parameters: isCancelled=false, isClosedByClient=true
In Nettosphere, in case of timeout, we receive indefinitely onDisconnect events (the browser continue to send close events), with parameters set alternatively to: isCancelled=true/isClosedByClient=false or isCancelled=false/isClosedByClient=true.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
Nettosphere does not correctly handle timeouts coming from the browser:
AtmosphereResourceEventListener
receive a singleonDisconnect
event, with the following parameters:isCancelled=false
,isClosedByClient=true
onDisconnect
events (the browser continue to send close events), with parameters set alternatively to:isCancelled=true
/isClosedByClient=false
orisCancelled=false
/isClosedByClient=true
.Thanks.
The text was updated successfully, but these errors were encountered: