getConnectivity method
return RelayConnectivity of one connection, anonymous or bound
Implementation
RelayConnectivity? getConnectivity(RelayConnectionKey key) {
return globalState.relays[key];
}
return RelayConnectivity of one connection, anonymous or bound
RelayConnectivity? getConnectivity(RelayConnectionKey key) {
return globalState.relays[key];
}