inFlightRequests property

Map<String, RequestState> inFlightRequests
final

holds the state of all in flight requests key: request Id used by concurrency check, and relay manager

Implementation

final Map<String, RequestState> inFlightRequests = {};