socket.io
socket.io copied to clipboard
Realtime application framework (Node.JS server)
### The kind of change this PR does introduce * [x] a bug fix * [ ] a new feature * [ ] an update to the documentation * [...
**Is your feature request related to a problem? Please describe.** I would like to send a message to a Set of Rooms. **Describe the solution you'd like** Since https://github.com/socketio/socket.io/commit/085d1de9df909651de8b313cc6f9f253374b702e, socket.io...
**Describe the bug** The newest published version `[email protected]` has added an arrow function, which is not compatible under IE8: ```js this.ws.onerror = () => {}; ```
The `socket.io-adapter` dependency is not listed in package.json of `@socket.io./redis-streams-emitter`. This causes consuming applications to crash when trying to load the emitter package. This applies to version 0.1.0 of the...
**Is your feature request related to a problem? Please describe.** When using socket.io-client in a symlinked setup (such as pnpm + preserveSymlinks=true or local linking via npm link), TypeScript loses...
### The kind of change this PR does introduce * [x] a bug fix * [ ] a new feature * [ ] an update to the documentation * [...
**Describe the bug** ``` [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for...
**Describe the bug** We're encountering the following NGINX errors while using it as a reverse proxy to a Node.js server running Socket.IO. These errors occur during WebSocket connections. **1. While...
**Is your feature request related to a problem? Please describe.** In my functions to cause a socket to manage leave all rooms they no longer have permissions for and join...
**Is your feature request related to a problem? Please describe.** I'm trying to emit events to a collection of rooms, but I want to make sure that one of those...