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.
2 parents 8fa90cb + 83f08f4 commit be85d7dCopy full SHA for be85d7d
dotnet/RPCClient.cs
@@ -17,7 +17,7 @@ public RPCClient()
17
channel = connection.CreateModel();
18
replyQueueName = channel.QueueDeclare();
19
consumer = new QueueingBasicConsumer(channel);
20
- channel.BasicConsume(replyQueueName, false, consumer);
+ channel.BasicConsume(replyQueueName, true, consumer);
21
}
22
23
public string Call(string message)
0 commit comments