socket.io-client
socket.io-client copied to clipboard
Realtime application framework (client)
**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...
**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...
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...
**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...
**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...
Socket.io client keeps disconnecting and reconnecting at a fixed interval because of ping timeout
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...
**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...
**Describe the bug** Getting a warning when including socket.io client to service worker:  Event handler of 'offline' event must be added on the initial evaluation of worker script on...
**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...
### The kind of change this PR does introduce * [ ] a new feature * [x] a bug fix * [ ] an update to the documentation * [...