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
It seems that there was a race condition where we try to inspect `ChannelSet`
while it is still null and `initialized` property is still false.
This small reordering ensures that `initialize()` method of `ChannelPool` has
been already called, because channelOpened event already fired.
0 commit comments