-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
this.socket.io.on('{error|reconnect|etc}', (error) => {
//all work great
});
this.socket.io.on('ping', () => {
console.warn('ping');
//never fires on 4.1.2
});
I couldn't find any know issues with this. Is it a known bug?
sarahtully
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working