We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88678b4 commit 587041eCopy full SHA for 587041e
internal/mode/static/nginx/agent/command.go
@@ -161,6 +161,7 @@ func (cs *commandService) Subscribe(in pb.CommandService_SubscribeServer) error
161
}
162
163
if err := in.Send(req); err != nil {
164
+ deployment.RUnlock()
165
cs.logger.Error(err, "error sending request to agent")
166
channels.ResponseCh <- err
167
0 commit comments