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 tls and ws listen poll #333

Closed driftluo closed 3 years ago

driftluo commented 3 years ago

fix #332

This problem is consistent with the problem that was fixed before. When multiple Futures are merged into one, we can't just look at the pending state of one Future, but consider comprehensively