-
```
[threadpool-daemon-5] [ApiV2Wrapper] Starting a new WebSocket connection ...
[DefaultDispatcher-worker-7] [ApiV2Wrapper] 'GET http://192.168.160.234:8080/api/v2/ws': 101 Switching Protocols (13 …
-
### Are you certain it's a bug?
- [X] Yes, it looks like a bug
### Is the issue caused by a plugin?
- [X] It is not a plugin issue
### Are you using the latest v3 release?
- [X] Yes, I'm using th…
-
File "/Users/aka/opt/anaconda3/lib/python3.9/site-packages/websockets/legacy/client.py", line 658, in __await_impl__
await protocol.handshake(
File "/Users/aka/opt/anaconda3/lib/python3.9/sit…
-
I am trying to get websocat to proxy my Websocket connection to another Websocket server:
```
$ websocat -vvvv -E --binary --pkcs12-der ~/combined.pfx 'wss-listen:192.168.1.34:49234' 'wss://examp…
-
Websocket Support for Context Broker:
In order to make the device and backend communication efficient it is desired by the Orion Context broker to support Websocket transport protocol.
-
Hi,
I recently enhanced [SocketRocket ](https://github.com/facebook/SocketRocket) library that conforms with these tests.
I was trying to connect to IPv6 server `[fd00:10:0:0::1]:8081` and the S…
-
### Background and motivation
.NET 7 now supports WebSockets over HTTP/2. ClientWebSocket can negotiate with the server to choose HTTP/1.1 or HTTP/2 based on what's available. However, there's not an…
-
Hookbox does not use a valid websocket url when on a secure connection. The issue is on [line 16](http://github.com/mcarter/hookbox/blob/master/hookbox/js_src/hookbox.js#L16) of hookbox.js.
The prot…
-
First and foremost, this project is awesome. Thank you for developing and maintaining it.
I installed the Asterisk add-on, configured the SSL (whoof), and installed the card addon alongside the integ…
-
Hello, I will use your lib in a project of mine, and I've implemented some typings.
Maybe you can add them if you'd like to!
declare module "robust-websocket" {
declare class RobustWe…