getConnectionByPeer method
Gets a connection by peer ID
Implementation
StompServerConnection? getConnectionByPeer(PeerId peerId) {
return _peerConnections[peerId];
}
Gets a connection by peer ID
StompServerConnection? getConnectionByPeer(PeerId peerId) {
return _peerConnections[peerId];
}