socket.io-server-java icon indicating copy to clipboard operation
socket.io-server-java copied to clipboard

Ping-pong response status

Open SZahera opened this issue 3 years ago • 1 comments
trafficstars

Hi @trinopoty

We are not seeing response status either way from server and client. I am sharing few links where the response status is not getting in our socket-io-server. could you please help to me understand whether this can be done from server as server as to send some response pong which is generally 3 as given in the following links :

https://stackoverflow.com/questions/24564877/what-do-these-numbers-mean-in-socket-io-payload https://github.com/socketio/socket.io-protocol

SZahera avatar Jun 07 '22 07:06 SZahera

Hi, Can you please clarify the issue you're seeing? Ping pong is a heartbeat mechanism, if you have enough traffic flowing, you wouldn't see any heartbeat messages.

trinopoty avatar Jul 15 '22 08:07 trinopoty