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
The implementation of ManagedChannelImpl shutdown/shutdownNow flow evolved into a mess after a sequence of features being added, typically the retry (ManagedChannelImpl.uncommittedRetriableStreamRegistry) and ConfigSelector (ManagedChannelImpl.pendingCalls). This needs some cleanup.