Skip to content

Commit 33d83e7

Browse files
committed
Fixing accidental change.
1 parent 9668b50 commit 33d83e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ public IModel CreateModel()
10051005
{
10061006
EnsureIsOpen();
10071007
ISession session = CreateSession();
1008-
var model = (IFullModel)Protocol.CreateModel(session);
1008+
var model = (IFullModel)Protocol.CreateModel(session, ConsumerWorkService);
10091009
model.ContinuationTimeout = _factory.ContinuationTimeout;
10101010
model._Private_ChannelOpen("");
10111011
return model;

0 commit comments

Comments
 (0)