gusavila92/java-android-websocket-client

How to respond server ping with a pong ?

arpanbose opened this issue · 2 comments

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 ?

Unfortunately, there is no way to send a pong frame now. I'll be working to fix this issue.

You can download the new version 1.2.0. This version contains Ping and Pong frames. Check it out!