trinopoty / socket.io-server-java

Socket.IO Server Library for Java
Other
183 stars 50 forks source link

Ping-pong response status #33

Closed SZahera closed 1 year ago

SZahera commented 2 years ago

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

trinopoty commented 2 years ago

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.