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

Socket.IO website and blog

Results 43 socket.io-website issues
Sort by recently updated
recently updated
newest added

I have faced a strange issue with REDIS, Socket io. Sometimes connection events never trigger on the server. I am using transports as WebSocket only. The code works like 60...

I downloaded the latest version for my frontend ,but when I tried to connect to my spring boot backend, it reconnected repeatedly. However, when I downgraded the version, I worked.

The text [here](https://socket.io/docs/v3/server-api/#socket-compress-value) is a bit unclear about when compression is used. As I understand it, websocket compression is turned off by default. This means that setting socket.compress(true) will not...

The [Emit cheatsheet](https://socket.io/docs/emit-cheatsheet/) page says that it's possible to send an event to all clients like this: ```javascript // sending to all connected clients io.emit('an event sent to all connected...

Hey there, I'm a socket.io newb, so forgive me if I'm off here. I believe the image at the top of the namespaces section is a bit misleading. It looks...

According to me, it would be nicer if the messages that had been send by the sender would be visible on right side and the messages that had been send...

Think it would be helpful to change the visual style of the the api docs, just to better differentiate the server from the client docs. In the current state I...

## Problem On my project, the URL is different based on the env. Following socketIO Client docs, it says the default value of `url` in `io(url)` is `window.location`. So my...

I would like to see the documentation expanded around the following: ![image](https://user-images.githubusercontent.com/22133869/63861675-5113f900-c979-11e9-8dbc-705abed5b560.png) It makes it sound like there being no fallback to polling is such a horrible thing, however I...

No AAAA records are returned: ``` # dig cdn.socket.io AAAA +short d2vgu95hoyrpkh.cloudfront.net. ``` Since the CDN endpoint seems to use CloudFront, fixing this should be as easy as [enabling IPv6...