registerResetToken method
Registers a reset token for a connection. This allows the multiplexer to validate incoming stateless resets.
Implementation
void registerResetToken(ConnectionId cid, StatelessResetToken token) {
_resetTokens[cid] = token;
}