byClient method
The route for a client-side (connId, channel), or null.
Implementation
SessionRoute? byClient(String connId, int channel) =>
_byClient[_key(connId, channel)];
The route for a client-side (connId, channel), or null.
SessionRoute? byClient(String connId, int channel) =>
_byClient[_key(connId, channel)];