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

**Describe the bug** Socket.io-client does not handle errors thrown by default parser "socket.io-parser". When parser throws an error, there is no event fired (disconnected, connect_error, etc). The worst case scenario...

bug

**Describe the bug** 1. Init socket with `closeOnBeforeunload` flag set up to `true`. 2. System message popup (e. g, "This page is asking you to confirm that you want to...

question

I am new to react so its possible that I am doing something obviously wrong. Just point me in the right direction if that's the case. **Describe the bug** I...

question

**Describe the bug** Using socket.io-client in react native causes a build error ```sh Web Bundling failed 5906ms Unable to resolve "@socket.io/component-emitter" from "node_modules/socket.io-client/build/esm/manager.js" ``` **To Reproduce** Please fill the following...

to triage

**Describe the bug** The 4.7.2 npm version of "socket.io-client" has a build/esm output, that output is specifying "4.4.0" as the version of the module, which causes conflicts in Webpack Module...

bug

Recently I've updated my socket.io server and client to 4.6.1 and ever since then my client keeps disconnectiong and reconnecting at a fixed interval. The disconnection reason on the client...

needs investigation

**Describe the bug** What we observes : - Some of our users disconnect with a "ping timeout" logged server side - They try to reconnect multiple times using their current...

to triage

**Describe the bug** Getting a warning when including socket.io client to service worker: ![image](https://github.com/socketio/socket.io-client/assets/44287448/be632196-1f77-4676-82b4-6a894441fc91) Event handler of 'offline' event must be added on the initial evaluation of worker script on...

to triage

**Describe the bug** I am currently utilizing Socket.IO client version 4.7.3 for my application. Upon executing the socket.disconnect(); command to sever the connection with the server, I subsequently attempt to...

needs investigation

### The kind of change this PR does introduce * [ ] a new feature * [x] a bug fix * [ ] an update to the documentation * [...