socket.io-client
socket.io-client copied to clipboard
Realtime application framework (client)
This library uses `debug` dependency, which prevents any code optimization. For example, in an Angular web client, we get the following warning in the browser's console:  And if we...
WebSocketClient.js:13 WebSocket connection to 'wss://loyaltystaging.novusloyalty.com:4040/ws' failed: I am getting the above Errors but no package is use for a socket connection on the staging
**Describe the bug** Getting an error on connection, `xhr poll error` both with polling and websocket transports on Android with React Native. cURL and iOS both work without problems. For...
**Describe the bug** the bug is caused from the polling.js file in the in socket.io-client library **To Reproduce** Please fill the following code example: Socket.IO server version: `4.6.1` *Server* ```js...
**Is your feature request related to a problem? Please describe.** Hi, I use socket.io-client in react native app and in my terminal running Metro I keep getting DEBUG messages, is...
**Describe the bug** When using a generic-extended argument as the parameter to `socket.on`, I cannot properly type the callback. The full error message is: ``` Argument of type '(data: any)...
**Describe the bug** If I leave my site domain and use the browser back button to return socket.io-client fires the "connect" event, but the client socket can't send any events...
Some times I got the following message and the websocket connect got closed: **Websocket close was unclean : 1006** I am using the following stack: 1. Angular 12v 2. Chrome...
If a parser error is encountered the socket connection is restarted but the old one is not closed https://github.com/socketio/socket.io-client/blob/4f6030f2c4394bc51d63fe27ed3310d95b9e0a74/lib/manager.ts#L425  Socket.IO server version: `4.1.2` *Server* ```js import { Server }...
**Describe the bug** I'm trying to disable reconnection while my site is in maintenance mode. But socket.io keeps trying to reconnect. Basically I'm doing this (those are redux selectors, not...