-
Hi
I am trying to implement "half-blocking" mode.
That is blocking write & non-blocking read.
Currently I use following code together with tungstenite. Blocking write is done using "write_inner".…
-
Hi
We are having some trouble in porting our middleware (https://github.com/eclipse-zenoh) to run on emscripten and WebSockets.
For the server side, we already have a WebSocket server able to rece…
-
RT
-
![image](https://github.com/rerun-io/ewebsock/assets/1215497/89d73f9a-180a-47be-bc9d-cc392feaad95)
-
It seems there are many missing dependencies:
![image](https://github.com/user-attachments/assets/bd89735e-a4bb-494c-911b-11b96723121e)
Full error output:
```
npm ERR! code 2
npm ERR! p…
-
**Version**
```
├── tokio v1.39.2
│ ├── tokio-macros v2.4.0 (proc-macro)
├── tokio-stream v0.1.15
│ └── tokio v1.39.2 (*)
├── tokio v1.39.2 (*)
├── tokio v1.39.2 (*)
├── tokio-util v0.7.10…
-
> Unbounded memory allocation based on untrusted length
| Details | |
| ------------------- | ---------------------------------------------…
-
I am occasionally hitting the below panic in `ethers-providers/src/transports/ws.rs` impl `WsServer`
The error message I get is "upstream went away", I believe this is a network / reliability issue…
-
### Code
`Cargo.toml`:
```TOML
[package]
name = "famnm-website-backend"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/refer…
-
Is someone interested to translate the Snapdrop server to Rust?