-
https://github.com/tlsnotary/tlsn/blob/3554db83e17b2e5fc98293b397a2907b7f023496/notary/server/src/service/axum_websocket.rs#L1-L5
I am curious if would be better to use this fork of [`ws_stream_t…
-
Related to https://github.com/snapview/tokio-tungstenite/issues/336
I solved it by adding `rustls = ">=0.23.x"` to my Cargo.toml and `let _ = rustls::crypto::aws_lc_rs::default_provider().install_d…
-
I'm trying to use Twitch CLI and utilize its websocket mock server.
The websocket server is hosted on ws://127.0.0.1:8080/ws
And I need to send subscriptions to http://127.0.0.1:8080/eventsub/subsc…
-
Supporting proxies for the websocket connection would be very helpful for multi-user bots. `node-steam-user` currently supports this, and its one of the remaining features I'm missing from steam-vent.…
-
I'm attempting to implement websockets for the [rumqtt](https://github.com/AtherEnergy/rumqtt) MQTT library and I'm running into some issues using this crate. My main problem is mentioned here:
https…
-
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…
-
This issue tracks the project of refactoring [BiliClient](https://github.com/YangchenYe323/Danmuji/blob/master/src/client/biliclient.rs) to use [tokio-tungstenite](https://github.com/snapview/tokio-tu…
-
Hello,
When the socket is getting closed for any reason, the send method panic due to the call of the `unwrap` method:
```
thread 'tokio-runtime-worker' panicked at /root/.cargo/registry/src/inde…
-
I have encountered something that is is not a bug per se, but rather a hard-to-debug gotcha.
It is a combination of two facts:
1. `tokio-tungstenite` re-exports the entire `tungstenite` API surf…
-
Hey
I'm on macos m1 arch, I don't know if it's related, but I got this error when trying to launch the program
```
*** CONNECTING ***
thread 'main' panicked at /Users/dolu/.cargo/registry/src/in…