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
{{ message }}
This repository was archived by the owner on Jun 4, 2026. It is now read-only.
It would be awesome if you could add support to send a ping over a web-socket (and its counterpart, the event pong to check if a response to a ping has been received). This could easily allow to check if a web-socket connection is alive without being necessary to implement an echo message on the server side.
Hi!
It would be awesome if you could add support to send a
pingover a web-socket (and its counterpart, the eventpongto check if a response to apinghas been received). This could easily allow to check if a web-socket connection is alive without being necessary to implement an echo message on the server side.Thanks in advance.