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 return type of p2p::NodeBuilder::try_build() is too complex (returns many channels for services to interact with the spawned p2p service). this should be refactored into a P2PHandle which contains these channels, with methods for the necessary interactions.