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
Is there a way in SocketIO to know when client does xhr polling with <8:0:> type of message (noop)? Thing is, in our use case hardware devices use SocketIO to connect to a server and each time they do polling, we know they are still online. Please help.
The text was updated successfully, but these errors were encountered:
Looks like this is happening in Transport.prototype.handleRequest. How can I emit an event to corresponding socket? I tried adding this.req.socket.emit('request'); but socket.on('request', ...) does not do anything.
Is there a way in SocketIO to know when client does xhr polling with <8:0:> type of message (noop)? Thing is, in our use case hardware devices use SocketIO to connect to a server and each time they do polling, we know they are still online. Please help.
The text was updated successfully, but these errors were encountered: