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** The example does not work as intended. There is a TypeError on the server side. When called, the server cannot fullfill the request but crashes with `\socket.io\examples\basic-crud-application\server\lib\todo-management\todo.handlers.ts:153...

to triage

Hi I have node js server with express and react js client in local. in local socket io is working fine but when i deployed to aws ec2 instance I...

Migrating from remoteJoin to use the socketsJoin i have notice a strange behavior, seems that the socketsJoin method is not waiting for a response from others server so that if...

bug

**Describe the bug** We're sometimes seeing a very rare error while using uWebSockets.js (uws); **To Reproduce** It happens occasionally and can't reproduce locally Socket.IO server version: `4.6.0` **Expected behavior** No...

bug

# Feature Request Add metadata to rooms in the same manner that socket.data functions. # Purpose I want to add some data related to the status/features of a room. I'm...

enhancement

**Describe the bug** ```(socket: Socket, next: (err?:ExtendedError)=> void``` When trying to type a middleware function for socket IO the above gives an error that ExtendedError is only defined internally **To...

bug

PR here https://github.com/socketio/socket.io/pull/4787 **Is your feature request related to a problem? Please describe.** Use own interface for Socket request to allow extending the request interface with custom properties without polluting...

enhancement

**Describe the bug** I've set up a socket.io on my server and I'm connecting to it from my other projects. Actually everything was working great on localhost. Then when I...

to triage

**Describe the bug** I have been trying to load test my Socket.IO service using artillery (attached the script by the name of load-test.yml). Unfortunately, when I do so, I end...

needs investigation

**Describe the bug** In case calling `Manager`'s method `socket` with the `auth` data it emits two auth messages which causes an error **To Reproduce** Please fill the following code example:...

question