sakshamverma commented on pull request #330:
URL: https://github.com/apache/tomcat/pull/330#issuecomment-678913965


   @markt-asf 
   I have tried to explain the problem in the video: 
https://youtu.be/BJf5-BpkVX8
   
   Tomcat is not expiring the websocket channel even if there is no network. 
   The way any application makes use of WS is to have some successful response 
from the other endpoint after sending a message.
   So, if the idle session event is thrown that would mean that the network is 
not there. 
   
   And the default behavior is also not changed. Its upto the products, when do 
they want to close the connection.
   
   Let me know if we can have a zoom meeting to give another demo if required 
to understand the problem better.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to