Skip to content

Commit 8b51b71

Browse files
sungam3rPliner
authored andcommitted
Fix #947 (#948)
1 parent de642b6 commit 8b51b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/EasyNetQ/Consumer/DefaultConsumerErrorStrategy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public virtual AckStrategy HandleConsumerError(ConsumerExecutionContext context,
188188
return AckStrategies.NackWithRequeue;
189189
}
190190

191-
public AckStrategy HandleConsumerCancelled(ConsumerExecutionContext context)
191+
public virtual AckStrategy HandleConsumerCancelled(ConsumerExecutionContext context)
192192
{
193193
return AckStrategies.NackWithRequeue;
194194
}

0 commit comments

Comments
 (0)