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
// Subscribe to connectivity state before connecting to avoid missing initial
92
92
// updates, which are only delivered to active subscribers.
93
-
ctrlCh.unsubscribe=internal.SubscribeToConnectivityStateChanges.(func(cc*grpc.ClientConn, s grpcsync.Subscriber) func())(ctrlCh.cc, newConnectivityStateSubscriber(ctrlCh))
93
+
subscribe:=internal.SubscribeToConnectivityStateChanges.(func(cc*grpc.ClientConn, s grpcsync.Subscriber) func())
0 commit comments