checkLimit method
Will return an error if the connection manager's internal connection limit exceeds the provided system limit.
Implementation
@override
String? checkLimit(GetConnLimiter limiter) => null;
Will return an error if the connection manager's internal connection limit exceeds the provided system limit.
@override
String? checkLimit(GetConnLimiter limiter) => null;