-
Suggest changing method `AuthenticateAsync` to have an `AuthenticationRequest` class that includes `AuthenticationSchemes`, as follows:
```cs
///
/// Authenticates an incoming GraphQL over WebSo…
-
Currently, the `onConnection` callback to `webSocketHandler` is untyped (it's just a `Function`).
```
Handler webSocketHandler(Function onConnection,
{Iterable? protocols,
Iterable? allo…
-
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…
-
**Description**
Lichtblick does not connect to ROS2 bridge on systems with ROS2 Jazzy.
- Version: 1.7.0
- Platform: Ubuntu 24.04.1 LTS + ROS Jazzy
- Data source (e.g. bag file, mcap file, rosbri…
-
Sub-protocols are a part of the WebSocket specification (see [RFC 6455](https://datatracker.ietf.org/doc/html/rfc6455#section-11.3.4)):
> ```
> The |Sec-WebSocket-Protocol| header field is used in t…
-
It seems there is no support for adding subprotocols to a websocket request.
For Akka backend you can customize the websocket request directly to solve the issue:
```
AkkaHttpBackend(customizeW…
-
Since version 3.1.71, setting the `Module['websocket']` at runtime does not work anymore.
I tried setting `Module['websocket']` using `emscripten_run_script` and `EM_JS`.
I think it could be lin…
-
* xmpp, stomp, json, xml, ...
* (might be implemented as more robust version of encoders/decoders)
#### Affected Versions
[1.3]
-
#828 added support for specifying subprotocols when creating a websocket, but there's no way to check which protocol the server selected.
-
Hi, as titled. We are trying to get the raw TCP connection to read the file descriptor.
```go
netConn := websocket.NetConn(reqCtx.Context(), wsConn, websocket.MessageText)
```
We want to use this li…