myelnet / rust-pop

Rust implementation of a Myel point of presence
1 stars 0 forks source link

feat: wasm websocket transport #31

Closed tchardin closed 2 years ago

tchardin commented 2 years ago

The connection is established and the first few bytes are read, it might be an issue with the buffer loop or something like that. Need to do more tracing.

alexander-camuto commented 2 years ago

Seems like polling is not happening properly on AsyncRead (removing breaks / polling returns allows the transfer to run its course)