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
ping
over a web-socket (and its counterpart, the eventpong
to check if a response to aping
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.Thanks in advance.