lookupSequenceNumber method
Looks up the sequence number for an active connection ID.
Returns null if the CID is unknown or retired.
Implementation
int? lookupSequenceNumber(List<int> connectionId) {
return _cidToSequence[bytesToHex(connectionId)];
}