ConnectionState.inFlight

In-flight cancellation tokens keyed by this connection's request ids. Scoping the registry to the ConnectionState keeps a cancellation for one session's request id from touching another session's identically-numbered request.

class ConnectionState
CancellationToken[string] inFlight;