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 497d1f1 commit 380f665Copy full SHA for 380f665
internal/command/command_service.go
@@ -101,6 +101,7 @@ func (cs *CommandService) UpdateDataPlaneStatus(
101
102
cs.subscribeClientMutex.Lock()
103
if cs.commandServiceClient == nil {
104
+ cs.subscribeClientMutex.Unlock()
105
return nil, errors.New("command service client is not initialized")
106
}
107
response, updateError := cs.commandServiceClient.UpdateDataPlaneStatus(ctx, request)
@@ -378,6 +379,7 @@ func (cs *CommandService) dataPlaneHealthCallback(
378
379
380
381
382
383
384
385
0 commit comments