Skip to content

Commit

Permalink
Fix sonar warn
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Maruszak <[email protected]>
  • Loading branch information
zarusz committed Dec 14, 2023
1 parent f53585a commit eede46b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ protected override async Task OnStop()
{
_consumerTask = null;

_consumerCts.DisposeSilently();
_consumerCts.Dispose();
_consumerCts = null;
}
}
Expand Down

0 comments on commit eede46b

Please sign in to comment.