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
a.logger.Warn("failed to unsubscribe to RPC channel", zap.Error(token.Error()))
186
-
}
187
-
}
188
169
}
189
170
190
171
func (a*orbAgent) Stop(ctx context.Context) {
@@ -201,9 +182,6 @@ func (a *orbAgent) Stop(ctx context.Context) {
201
182
}
202
183
}
203
184
a.logoffWithHeartbeat(ctx)
204
-
ifa.client!=nil&&a.client.IsConnected() {
205
-
a.client.Disconnect(0)
206
-
}
207
185
a.logger.Debug("stopping agent with number of go routines and go calls", zap.Int("goroutines", runtime.NumGoroutine()), zap.Int64("gocalls", runtime.NumCgoCall()))
208
186
ifa.policyRequestSucceeded!=nil {
209
187
a.policyRequestSucceeded()
@@ -237,7 +215,6 @@ func (a *orbAgent) RestartBackend(ctx context.Context, name string, reason strin
237
215
a.backendState[name].LastError=fmt.Sprintf("failed to reset backend: %v", err)
238
216
a.logger.Error("failed to reset backend", zap.String("backend", name), zap.Error(err))
0 commit comments