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
// ChStopInFlight can be closed to immediately cancel all in-flight requests on
32
+
// chStopInFlight can be closed to immediately cancel all in-flight requests on
33
33
// this RpcMultiNodeAdapter. Closing and replacing should be serialized through
34
-
// StateMu since it can happen on state transitions as well as RpcMultiNodeAdapter Close.
35
-
ChStopInFlightchanstruct{}
34
+
// stateMu since it can happen on state transitions as well as RpcMultiNodeAdapter Close.
35
+
chStopInFlightchanstruct{}
36
36
37
37
chainInfoLock sync.RWMutex
38
38
// intercepted values seen by callers of the rpcMultiNodeAdapter excluding health check calls. Need to ensure MultiNode provides repeatable read guarantee
@@ -54,7 +54,7 @@ func NewAdapter[RPC any, HEAD Head](
0 commit comments