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

this is error report ![image](https://user-images.githubusercontent.com/22185629/146523868-a6e292c0-eeae-4afd-bfb3-06db8dbcc5ce.png) this is my ingress config > apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: CI_PROJECT_NAME annotations: kubernetes.io/ingress.class: "nginx" #nginx.ingress.kubernetes.io/ssl-redirect: "true" #nginx.ingress.kubernetes.io/force-ssl-redirect: "true" #nginx.ingress.kubernetes.io/use-regex: "true" #nginx.ingress.kubernetes.io/proxy-body-size: 100m #...

documentation

**Describe the bug** * Everytime a certain amunt of data is sent by the client, the socket disconnects instantly. * I am using [email protected] * Client in browser (latest Chrome)...

enhancement

Hi Team, I have a usecase where i send userid in the query params while making the socket io connection to the server. and this userid is stored on the...

**Describe the bug** *Generic description* When a server emits an event on a custom namespace before any client has connected to that namespace, event listeners on a dynamic namespace that...

bug

**Is your feature request related to a problem? Please describe.** https://github.com/koreanwglasses/next-with-sockets **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've...

documentation

A lot of people seem to be mistaking the error `No 'Access-Control-Allow-Origin' header is present on the requested resource` for lack of CORS support in Socket.IO. This seems to be...

enhancement

I noticed that in the 4.4.0 release, a `timeout` flag was added: ```js socket.timeout(5000).emit("my-event", (err) => { if (err) { // the client did not acknowledge the event in the...

enhancement

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

## Describe the bug `connect_error` ambigously reported as `websocket error` if handshake times out (e.g. due to busy client). This bug caused me quite some headache, since I did not...

bug

**Is your feature request related to a problem? Please describe.** When a socket connects to the server, e.g., for a chat application, I do not know out of the box...

enhancement