-
Currently `libtiny_client` only works with tokio as it uses tokio's spawn functions. I think it'd be good to make it work with different executors using a "spawn" function passed on initialization, fo…
-
I'm using mio and tungstenite, and it would be nice to have a way to discard the handle when being refused a handshake:
```rust
match mid.handshake() {
Ok(x) => *space = SocketSpace::Connected(x…
-
We have some issues found by `cargo-deny`:
## License Issues
- [ ] fastrlp v0.1.3 is GPL-3.0 licensed:
- This is a dependency of `ethers-core`.
- Solution: upgrade to [fastrlp v0.3](https:…
-
According to the plan, the server will use the WebSocket binary protocol to communicate to edge devices. Since WebSocket is just a standard HTTP, so it likely is able to work pass firewall. And Binary…
-
I can only access the dest host on another machine by ssh. If I can access it via proxy, it will be much convenient.
How can I do it for tungstenite?
-
I found out the hard way that `accept_async` is not only returning a future that handles the handshake, but it immediately accesses the async i/o object to start the handshake and returns a future to …
-
# related:
- [x] #364
- [x] #343
- [x] #370
- [x] #371
- [x] #247
- [x] #368
-
-
This is a mandatory part of the spec, and is thus needed to be Web-compatible.
nox updated
11 months ago
-
We should probably look at how this is implemented in other GraphQL clients that work in browsers, Apollo for example.
I haven't worked with subscriptions much personally, so I will have to read up…