Replies: 3 comments
-
There was a lot of activity on this issue but it's still open. Does the feature work (and it should be closed)? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would prefer this be a ping-pong type mechanism instead of just a timed interval of expected data from the client. The server pings every X seconds, and expects a pong within X seconds. If not, the connection is considered disconnected. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just added support for this in websockets (see #169). Other protocols need to follow. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We should have an opt-in mechanism for enabling verifying heartbeats on the server.
With this option enabled the client MUST send heartbeat frames once in a while, so this involves changes in sockjs-client.
Beta Was this translation helpful? Give feedback.
All reactions