aboutsummaryrefslogtreecommitdiff
path: root/src/recv.rs
Commit message (Expand)AuthorAgeFilesLines
* Add some debuggingAlex Auvolat2022-07-251-4/+15
* Remove blocking_send that crashesAlex Auvolat2022-07-251-1/+3
* Move things around and fix error bitAlex Auvolat2022-07-221-1/+1
* Use bounded channels on receive side for backpressureAlex Auvolat2022-07-221-20/+18
* Clean up framing protocolAlex Auvolat2022-07-221-1/+1
* Use Bytes instead of Vec<u8>Alex Auvolat2022-07-211-1/+2
* Refactor send.rsAlex Auvolat2022-07-211-4/+1
* Move things aroundAlex Auvolat2022-07-211-0/+114