-
Hi Maintainers,
I have found, support for using custom external sockets is not available in beast, as noted in this [issue](https://github.com/boostorg/beast/issues/2055). Specifically, I encounter…
-
## CVE-2021-32640 - Medium Severity Vulnerability
Vulnerable Library - ws-5.1.1.tgz
Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js
Library home page: https…
-
''websocket' is quite a generic, all-encompassing name for a package that is only a client and causes issues when using other websocket libraries (.e.g. those that provide a server implementation) in …
-
Can we allow connect to http(s) url for endpoints that are upgraded?
-
At the moment, iroh clients that connect to a relay via websockets do so using the `tokio_tungstenite_wasm` library, which doesn't support providing your own `AsyncRead/AsyncWrite`, so you're not in c…
-
Hi there. I have helped a bit with the maintenance of LGWebOSRemote but ended up writing my own alternative from scratch named [Alga](https://github.com/Tenzer/alga).
Among the reasons for making a…
-
I am currently testing out this library with a panasonic camera where a RTSP server is running. I use the provided websocket proxy to communicate with the camera, and I run the example-streams-web/tes…
-
Pseudocode:
```py
ws = unified_trading.WebSocket()
ws.exit()
```
The websocket closes just fine. But it throws nonstop errors afterwards because the websocket is still trying to ping even thoug…
-
Hello,
I'm currently building a bot using the `slack` crate, and running into issues where messages sent via the thead safe `Sender` are not actually sent until an incoming message is received. Thi…
-
It would be nice to be able to use one library for both WebSocket servers and clients. It looks like currently only creating WebSocket servers is supported by http-kit.