nervosnetwork / tentacle

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

fix: poll complete #132

Closed driftluo closed 5 years ago

driftluo commented 5 years ago

The semantics of poll_complete function is not the same as other futures. Be careful.