How to respond server ping with a pong ?
arpanbose opened this issue · 2 comments
arpanbose commented
Using node.js I'm sending ping to the client
ws.ping();
I'm receiving the ping but how to send a pong in response ?
gusavila92 commented
Unfortunately, there is no way to send a pong frame now. I'll be working to fix this issue.
gusavila92 commented
You can download the new version 1.2.0. This version contains Ping and Pong frames. Check it out!