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
Close connections asynchronously and improve gracefulness (#7006)
* Close connections asynchronously and improve gracefulness (#6762)
* Lock around connection cleanup so we don't call .Complete() and .CancelPendingFlush()/.CancelPendingRead() on the same pipe which results in an ObjectDisposedException
* Close connections asynchronously and improve gracefulness
Co-authored-by: ReubenBond <[email protected]>
* Adding await for GatewayListNotification
* Updating GatewayManager interfaces
Co-authored-by: John Morman <[email protected]>
Co-authored-by: ReubenBond <[email protected]>
"Refreshed the live Gateway list. Found {0} gateways from Gateway listProvider: {1}. Picked only known live out of them. Now has {2} live Gateways: {3}. Previous refresh time was = {4}",
344
-
knownGateways.Count,
343
+
"Refreshed the live gateway list. Found {0} gateways from gateway list provider: {1}. Picked only known live out of them. Now has {2} live gateways: {3}. Previous refresh time was = {4}",
0 commit comments