You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "ping" event was forgotten when reversing the ping-pong mechanism
in [1]. It will now be properly emitted when receiving a ping from the
server.
[1]: 81d7171
Related: socketio/socket.io-client#1475
We are needing to programmatically catch the 'ping' event. The documentation indicates this is possible here:
https://socket.io/docs/v4/client-api/#Event-%E2%80%98ping%E2%80%99
But we are unable to do this. All other Manager events are working fine.
Socket.IO client version:
4.1.2
Client
I couldn't find any know issues with this. Is it a known bug?
The text was updated successfully, but these errors were encountered: