Skip to content

Commit 2f44cc0

Browse files
danielmarbachmichaelklishin
authored andcommitted
Add hint to catch block
1 parent 75d9782 commit 2f44cc0

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)