byClient method

SessionRoute? byClient(
  1. String connId,
  2. int channel
)

The route for a client-side (connId, channel), or null.

Implementation

SessionRoute? byClient(String connId, int channel) =>
    _byClient[_key(connId, channel)];