We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd6ffb commit 95be329Copy full SHA for 95be329
projects/RabbitMQ.Client/client/impl/RecordedConsumer.cs
@@ -44,7 +44,7 @@ public RecordedConsumer(AutorecoveringModel model, string queue, string consumer
44
}
45
else
46
{
47
- Model = model ?? throw new ArgumentNullException(nameof(model));
+ Model = model;
48
49
50
if (string.IsNullOrEmpty(queue))
0 commit comments