socket.io
socket.io copied to clipboard
Realtime application framework (Node.JS server)
this is error report  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 #...
**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)...
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...
**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...
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...
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...
### 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...
**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...