ping method
Initiates a ping to the specified peer
Implementation
Stream<PingResult> ping(PeerId peerId) {
return pingStream(host, peerId);
}
Initiates a ping to the specified peer
Stream<PingResult> ping(PeerId peerId) {
return pingStream(host, peerId);
}