Hi,
I noticed websockets can detected whether the connection was closed.
It *seems* this happens after a timeout period of around 30 seconds after the last messages that was tried being sent ?
So If I send a keep-alive message each 10 minutes and would disconnect immediately after such a keep-alive message, it would take another 10,5 minutes for the Closed method to be called ?
Is this correct ?
Thank you
I noticed websockets can detected whether the connection was closed.
It *seems* this happens after a timeout period of around 30 seconds after the last messages that was tried being sent ?
So If I send a keep-alive message each 10 minutes and would disconnect immediately after such a keep-alive message, it would take another 10,5 minutes for the Closed method to be called ?
Is this correct ?
Thank you