setStickyPeer method
Implementation
void setStickyPeer(PeerId peer) {
_stickyPeers.add(peer);
getPeerScopeInternal(peer); // Ensure it exists
}
void setStickyPeer(PeerId peer) {
_stickyPeers.add(peer);
getPeerScopeInternal(peer); // Ensure it exists
}