mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 11:02:12 +00:00
* core-derive: use full qualified name when polling NetworkBehaviour If the users define a custom poll method also named in `poll` like `#[behaviour(poll_method = "poll")`, it will cause issues as the wrong `poll` method being called. So use full qualified name to avoid ambiguity. Fixes #1679. * Update changelog for patch release. Co-authored-by: Max Inden <mail@max-inden.de> Co-authored-by: Roman S. Borschel <roman@parity.io>