socket.io-unity icon indicating copy to clipboard operation
socket.io-unity copied to clipboard

Pong event is never fired

Open Zbluu opened this issue 6 years ago • 0 comments

Hello,

The "pong" event is never fired when we do :

socket.On ("pong", (latency) => { Debug.Log(latency.ToString()); });

This code works for nodeJS client that use socket.io, so the problem doesn't come from the server. It's seem that the event it's overrided and unaccessible (?).

Same problem for the ping event.

Zbluu avatar May 08 '18 14:05 Zbluu