Skip to content

Commit 14c6d65

Browse files
author
Daniil Fedotov
committed
Do not add consumer HandleModelShutdown to channel shutdown events
1 parent 97b1fe0 commit 14c6d65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/client/RabbitMQ.Client/src/client/impl/ModelBase.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,6 @@ public string BasicConsume(string queue,
11811181
IDictionary<string, object> arguments,
11821182
IBasicConsumer consumer)
11831183
{
1184-
ModelShutdown += consumer.HandleModelShutdown;
11851184

11861185
var k = new BasicConsumerRpcContinuation { m_consumer = consumer };
11871186

0 commit comments

Comments
 (0)