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

Realtime application framework (Node.JS server)

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

**Describe the bug** On server-side, socket leaves its default room, joins a different room, then socket.to(newRoom).emit() is emitting message back to the calling socket when it shouldn't. **To Reproduce** Socket.IO...

to triage

…es after refreshing the window in examples/private messages #5340 ### The kind of change this PR does introduce * [x] a bug fix * [ ] a new feature *...

**Describe the bug** It it duplicating the self messages after refreshing the window in examples/private messages **To Reproduce** Go through examples and take pull from 4th (final branch) for example/private...

to triage

socket.on("join chat", (chatId) => { socket.join("room"+chatId); console.log("User Joined Room:", socket.rooms); }); i connected the room using chatId. User Joined Room: Set(3) { 'koyFwiJ2_7V5Cc1nAAAP', '96467dec-cf46-4890-b6f0-b5f116eb8158', 'room652' } This is the console...

to triage

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

**Describe the bug** I came across a bug where if you broadcast an event to a room, it times out unless you explicitly set a timeout variable. **To Reproduce** Please...

question

Hi, I'm using Socket.IO in a Node.js project, and sometimes the socket connection just stops working. The only way to get it working again is by refreshing the browser page....

needs investigation

**Describe the bug** I am using socketio with eiows and fastify We are running socketio on AWS EC2 instance behing loadbalancer. Few of the users(Approx 1%) are not able to...

to triage

Socket. IO golang package "https://github.com/googollee/go-socket.io", but this package has been archived, and currently only supports the client version 1.4. Is there a golang bag I can mention? Very anxious, hope...

to triage

**Describe the bug** Transport does not get updated when upgrade from WebSocket to WebTransport (when manually disable `polling`). **To Reproduce** Please fill the following code example: Engine.IO server version: `6.6.4`...

to triage