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

Realtime application framework (client)

Results 93 socket.io-client issues
Sort by recently updated
recently updated
newest added

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: ![image](https://github.com/socketio/socket.io-client/assets/5108906/4fa07c71-9b27-4085-bbff-dd1dcf1ecfaa) And if we...

needs investigation

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

to triage

**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...

to triage

**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...

to triage

**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...

enhancement

**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)...

needs investigation

**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...

to triage

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...

to triage

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 ![image](https://github.com/socketio/socket.io-client/assets/4349208/7f8152de-af55-49a6-92ee-2bd67f959b53) Socket.IO server version: `4.1.2` *Server* ```js import { Server }...

bug

**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...

bug