byNode method

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

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

Implementation

SessionRoute? byNode(String connId, int channel) =>
    _byNode[_key(connId, channel)];