You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only reason why we have libp2p_dcutr::handler::direct::Handler is to emit an event once the direct connection is established. This has been needed, but with recent refactorings in libp2p-swarm one might as well just emit the event from the libp2p_dcutr::Behaviour right away.
Description
Remove
libp2p_dcutr::handler::direct
.Motivation
The only reason why we have
libp2p_dcutr::handler::direct::Handler
is to emit an event once the direct connection is established. This has been needed, but with recent refactorings inlibp2p-swarm
one might as well just emit the event from thelibp2p_dcutr::Behaviour
right away.See #3982 (comment) for details.
Are you planning to do it yourself in a pull request?
No
The text was updated successfully, but these errors were encountered: