nervosnetwork / tentacle

A multiplexed p2p network framework that supports custom protocols
https://docs.rs/tentacle
MIT License
54 stars 24 forks source link

fix: Fix FutureTask signals memory leak #218

Closed TheWaWaR closed 4 years ago

TheWaWaR commented 4 years ago

oneshot::Sender.send() return a Future, we must use .await to poll it.