Palindrom icon indicating copy to clipboard operation
Palindrom copied to clipboard

Reconnect does not happen when there is no response for ping

Open tomalec opened this issue 6 years ago • 0 comments

Related to

  • https://github.com/Palindrom/Palindrom/issues/249
  • https://github.com/Palindrom/Palindrom/pull/252#discussion_r300729844

I guess it's because timeout start when a ping is send and is reset when the new one is send (not received). Therefore, even if there is no response for a ping within the interval, the new one will reset the timeout preventing the reconnection to happen.

tomalec avatar Jul 06 '19 18:07 tomalec