-
This requires updating several crates simultaneously, only some of which currently have updates to their `http` dependencies. I will update this issue as the dependency crates are bumped:
- [ ] [`a…
-
## Is your feature request related to a problem? Please describe.
Code running in a WASM / Browser context generally doesn't have access to tcp sockets and the only networking available to them is vi…
-
The RFC describes two uses for pong messages:
- reply to ping
- unidirectional heartbeat
Tungstenite automatically replies to pings, and since the RFC defines that the application data should be …
-
[hyper 0.10.15] (https://github.com/hyperium/hyper/blob/0.10.x/Cargo.toml), which depends on [traitobject 0.1.0](https://github.com/reem/rust-traitobject/tree/master) "contains code that will become …
-
I am trying to use the proxy connector example to use socket api connection. The wss socket does not use the proxy and does not proceed.
I believe the following line should be changed, and `client_as…
-
hello I'm new in rust, very used to rxjs, could you help me with a simple example please? , I have already read the crate tutorial but I'm still a bit lost, I'm trying to create a signal from a tcpStr…
-
I would like to be able to use tungstenite to add websocket support to an existing web-app, using the same tcp listener for both WS and regular HTTP requests.
This means that both web-server framew…
-
- [x] I have looked for existing issues (including closed) about this
## Bug Report
With the currently latest versions of `axum` and `axum-core` the dependency on `sync_wrapper` gets added for `…
-
Just got this error
```
thread '' panicked at 'internal error: entered unreachable code: protocol error from tungstenite on send is bug in ws_stream_tungstenite, please report', /home/runner/.cargo…
-
I need a proxy on websocket with tungstenite, and I don't know how to implement it with async-socks5, do you have any experience or example?