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
{{ message }}
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.
The P2P class should not interact with live Peer instances directly because we should only interact with them from a single place (which is PeerPool). The P2P class should only deal with P2PPeerInfo objects.
Actual behavior
Currently, the P2P class fetches live Peer objects from the peer pool and calls methods on them.
The text was updated successfully, but these errors were encountered:
Expected behavior
The P2P class should not interact with live Peer instances directly because we should only interact with them from a single place (which is PeerPool). The P2P class should only deal with P2PPeerInfo objects.
Actual behavior
Currently, the P2P class fetches live Peer objects from the peer pool and calls methods on them.
The text was updated successfully, but these errors were encountered: