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

Realtime application framework (Node.JS server)

Results 359 socket.io issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Ack emit is not propagated through onAnyOutgoing. **To Reproduce** Socket.IO server version: `latest` *Server* ```js import { Server } from "socket.io"; const io = new Server(3000, {});...

enhancement

#### Description - Seems like this wont work on GraphQL Yoga, but upon setting it up there are no errors - Already tried putting the Socket.io config after server.start but...

question

### Discussed in https://github.com/socketio/socket.io/discussions/5055 Originally posted by **sarmad36** June 23, 2024 With following configuration this.socket = io({ closeOnBeforeunload: true, reconnection: true, reconnectionDelay: 100, reconnectionDelayMax: 2000, reconnectionAttempts: Infinity, transports: ["polling"], secure:...

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

**Describe the bug** I am using socketio with PM2 and cluster mode. I am using @socket.io/pm2. Also used socket.io/cluster-adapter and socket.io/sticky s per the docs. In client side I changed...

needs investigation

**Describe the bug** Hi, everyone. I was building a websocket chess game. Following is the repository: https://github.com/yang530/websocket_hex_chess I found that socket.to("room").emit() does not do anything if the "room" is its...

question

Error: Error: Cannot find module './eiows_v18.19.1' Require stack: - node_modules/eiows/dist/eiows.js - script.js Compilation of µWebSockets has failed.Please install a supported C++17 compiler, git and/or update node and reinstall the module...

question

**Is your feature request related to a problem? Please describe.** so I can use 1 port instead of two port separate. cant use uwebsocket.js due to bun already using it...

enhancement

Hi, i'm having a bit of a issue with my project. I'm building an app that will stay opened at all times in the device, with a non-stop connection through...

needs investigation

Hello i am using socket.io-client package in my frontend react project this is my frontend code ![image](https://github.com/socketio/socket.io/assets/88320735/dd173262-6fbc-42f5-b84d-5c37a21ac284) and in backend my code is setup in node js this is my...

needs investigation