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 9668b50 commit 33d83e7Copy full SHA for 33d83e7
projects/RabbitMQ.Client/client/impl/Connection.cs
@@ -1005,7 +1005,7 @@ public IModel CreateModel()
1005
{
1006
EnsureIsOpen();
1007
ISession session = CreateSession();
1008
- var model = (IFullModel)Protocol.CreateModel(session);
+ var model = (IFullModel)Protocol.CreateModel(session, ConsumerWorkService);
1009
model.ContinuationTimeout = _factory.ContinuationTimeout;
1010
model._Private_ChannelOpen("");
1011
return model;
0 commit comments