Skip to content

Commit

Permalink
use async (#4552)
Browse files Browse the repository at this point in the history
use asyn
  • Loading branch information
colombod authored Dec 5, 2024
1 parent 280f213 commit 5e53cf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public async Task RunReadPump()
}
finally
{
_shutdownCancellationToken.Cancel();
await _shutdownCancellationToken.CancelAsync();
_gateway.OnRemoveWorkerProcess(this);
}
}
Expand Down

0 comments on commit 5e53cf8

Please sign in to comment.