Skip to content

Commit

Permalink
Fix lock
Browse files Browse the repository at this point in the history
  • Loading branch information
sjberman committed Jan 13, 2025
1 parent 88678b4 commit 587041e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/mode/static/nginx/agent/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ func (cs *commandService) Subscribe(in pb.CommandService_SubscribeServer) error
}

if err := in.Send(req); err != nil {
deployment.RUnlock()
cs.logger.Error(err, "error sending request to agent")
channels.ResponseCh <- err

Expand Down

0 comments on commit 587041e

Please sign in to comment.