Skip to content

Commit 3b6559c

Browse files
danielmarbachmichaelklishin
authored andcommitted
Add hint to catch block
1 parent 2faa396 commit 3b6559c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/RabbitMQ.Client/client/impl/AsyncConsumerWorkService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ static async Task HandleConcurrent(Work work, ModelBase model, SemaphoreSlim lim
137137
}
138138
catch (Exception)
139139
{
140-
140+
// ignored
141141
}
142142
finally
143143
{

0 commit comments

Comments
 (0)