You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Handle EOF when DuplexStream is closed, avoiding a panic.
Fixes#75
* Additional protection from panics on invalid input buffer lengths.
* Only echo a mesh packet back to the PacketRouter if the sending was actually successful.
If sending failed, the call to send_* will return an Error as before
* Modify comments slightly
* cargo fmt
0 commit comments