On 27 June 2014 at 10:08:49, Alexey ([email protected]) wrote: > > Subscription.Close(); // <---- May hang forever > > Is it a bug, or we doing something wrong?
The only thing that blocks in Subscription#Close is IModel#BasicCancel, which only waits for a server response. Can there be a network connection loss involved? Please post a thread dump (e.g. see "Create Dump File" in Task Manager). -- MK Staff Software Engineer, Pivotal/RabbitMQ -- You received this message because you are subscribed to the Google Groups "rabbitmq-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rabbitmq-discuss. For more options, visit https://groups.google.com/d/optout.
