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** In line `new socketio.Server()` ``` Module not found: Error: Can't resolve 'fs' in './node_modules/socket.io/dist' @ ./node_modules/socket.io/dist/index.js 27:13-26 @ ./src/ts/server/UltimateSocket.ts @ ./src/ts/world/World.ts @ ./src/ts/sketchbook.ts ``` **To Reproduce** >...

question

Estou com esse erro dentro da minha aplicação do Socket.io, alguem sabe o motivo e como consigo resolver a mesma? websocket.js:87 WebSocket connection to 'wss://aapi.dominio.com.br/socket.io/?EIO=4&transport=websocket&sid=bdEUxdbJhx8MVYr9AASe' failed:

question

**Describe the bug** We are trying to connect to our socket server via nginx reverse proxy. It is working fine when done using docker-compose on http but doesn't work when...

needs investigation

### You want to: * [x] report a *bug* * [ ] request a *feature* ### Current behaviour When firing off multiple emits from the server, I am getting a...

**Description** I am trying to bundle my library which has Socket.IO as a dependency. I am using rollup.js as a module bundler. When bundling it gives me the following error:...

bug

**Describe the bug** For a timed out event, If connection between client and server is disrupted but not closed yet, client still buffers event. **To Reproduce** 1- After connection between...

bug

### You want to: * [ ] report a *bug* * [x] request a *feature* ### Current behaviour From the documentation and code of socket.io and its dependencies such as...

documentation

Hello we can use `DEBUG` only during start application, but I need change it on the fly (during running application) Can I change `DEBUG` env variable via code?

enhancement

**Describe the bug** `of(/./).use()` middleware is not triggered ~when using eiows.Server~ apparently also if we dont use the eiows.Server module it still shows the same behavior **To Reproduce** We need...

bug

**Describe the bug** As from version 3 for server side, the socket.io-client for flutter android does not connect and keeps saying connection error where as version 2 works quite alright...

bug