You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// We will create new connections for each `requiredEventLoopOfPendingRequests`
575
575
/// In addition, we also create more general purpose connections if we do not have enough to execute
576
576
/// all requests on the given `preferredEventLoopsOfPendingGeneralPurposeRequests`
577
-
/// until we reach `maximumConcurrentConnections
577
+
/// until we reach `maximumConcurrentConnections`
578
578
/// - Parameters:
579
-
/// - requiredEventLoopsForPendingRequests: event loops for which we have requests with a required event loop. Duplicates are not allowed.
580
-
/// - generalPurposeRequestCountPerPreferredEventLoop: request count with no required event loop, grouped by preferred event loop and ordered descending by number of requests
579
+
/// - requiredEventLoopsForPendingRequests:
580
+
/// event loops for which we have requests with a required event loop.
0 commit comments