-
Just looking at `websockets-next` and noticed the Getting Started example is using the old websocket extension. ie `--extension='websockets'`.
Current:
```
quarkus create app org.acme:websockets-quic…
-
Hi, just wanted to point out that I had to change streaming_server.py:587
```
if "sec-websocket-key" not in request_headers:
```
to
```
if "sec-websocket-key" not in request_h…
-
Is gorilla/websocket going to be doing an experimental implementation of the Websockets+h2 draft, or waiting for it to go RFC?
https://tools.ietf.org/html/draft-ietf-httpbis-h2-websockets-07
-
The API is very slow in responses (due to HTTP being slower).
Websockets will mostly be used for getting player data (to improve load times) and *may* be used to update data, though the API is stil…
-
**Version of emscripten/emsdk:**
> emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.70 (b53978ee3f540dc74761eba127aa7f1b8761a125)
> clang version 20.0.0git (https:/github…
manin updated
2 weeks ago
-
Hi,
I'm using this library on a server with multiple public IP addresses and I need to be able to specify an exact IP address for `websockets` library to use. I checked library codes and found whe…
-
Hi @dvmatyun .
I'm trying to use your library but I have some issues with the **ping** functionality.
I have a ws endpoint deployed in aws, that uses a query param for authorization purposes.
Using…
-
Full disclosure upfront: I'm pretty sure the root cause of this is a bug in Bun itself, which I've already filed [here](https://github.com/oven-sh/bun/issues/15247). However, I don't know how long tha…
-
**Feature Description**
I would like Nucleus to connect to IoT Core with MQTT over Websocket. I've seen this was possible in the past and automatically enabled when using a proxy, but could not find …
-
There are a number of Rails projects that don't use ActionCable, but would benefit from this gem. I'm interested in supporting live reload via [ActionController::Live](https://api.rubyonrails.org/v7.1…