threefoldtech / rmb-rs

RMB implementation in rust
Apache License 2.0
3 stars 1 forks source link

rmb-peer postman always spawning new thread for sending #153

Closed sameh-farouk closed 9 months ago

sameh-farouk commented 9 months ago

Instead of spawning a thread for sending only when a bag size exceeded a specific threshold, it happens for any message.

sameh-farouk commented 9 months ago

Update: PR #154