Skip to content

Commit 39bf569

Browse files
Worker: don't await command in worker
1 parent 03778b0 commit 39bf569

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Certify.Server/Certify.Server.Hub.Api/Services/ManagementWorker.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ private void DispatchCommand(string instanceId, InstanceCommandRequest cmd)
6060
}
6161
else
6262
{
63-
_stateProvider.AddAwaitedCommandRequest(cmd);
6463
_hubContext.Clients.Client(connectionId).SendAsync(ManagementHubMessages.SendCommandRequest, cmd);
6564
}
6665
}

0 commit comments

Comments
 (0)