myzhang1029 / penguin-rs

A fast TCP/UDP tunnel, transported over HTTP WebSocket.
Apache License 2.0
27 stars 1 forks source link

Clogged `mpsc` of `Bytes` does not propagate `WouldBlock` #11

Closed myzhang1029 closed 1 year ago

myzhang1029 commented 1 year ago

The mux task blocks in process_stream_frame at frame_sender.0.send(data).await. May need refactoring.