socket.io-client
socket.io-client copied to clipboard
Realtime application framework (client)
**Describe the bug** **Version - last stable** So basically i getting the same issue which was raised here in the swift client https://github.com/socketio/socket.io-client-swift/issues/297 if i want to use custom url...
**Describe the bug** Issue with `xmlhttprequest-ssl` and `vite 3.0` when doing `vite` or `vite build & vite preview` **To Reproduce** Socket.IO client version: `2.5.0` Vite version: `3.0` React version: `18.2.0`...
**Describe the bug** WebRequest of socket.io-client can not be intercepted by Electron main process **To Reproduce** Socket.IO server version: `2.x.x`, `3.x.x`, `4.x.x` *Server* ```js const express = require("express") const app...
Hello. I am trying to create a connection like this: socket.io-client -> AWS Gateway API. While trying to connect from socket.io client to an AWS Gateway API, connection can't be...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
**Is your feature request related to a problem? Please describe.** Our app operates in some areas with poor internet connectivity, and network interruptions are quite common. When our client's call...
- Socket.nsp to `public readonly` - Manager will remove the namespace'd socket upon socket disconnect, thus allowing subsequent connections to the same namespace to multiplex. ### The kind of change...
**Describe the bug** When using namespaces, new "channels" are created over a shared connection as expected. But if a namespace calls `socket.disconnect();` then later a _new_ instance connects to the...
Now failing to fire: ``` socket.on('connect', () => { }); ``` ...back to 17
**Describe the bug** I've a web based chat application. A doctor logs in from laptop (Chrome on Windows 10) where he can see the patients in a queue. Patients join...