Closed lostmsu closed 9 years ago
I just checked in simple console app, and issue does not seem to repro. It reproes, however, in ASP.NET app. Let me build a minimal repro.
Basically, it hangs, when it runs in async Controller method. I wrapped it into Task.Run, and it passes successfully now. Will provide a repro sometime later.
It's a normal behavior due to underlying implementation of AMQP .Net Lite library.
Here's what I do:
The last Send never returns, and nothing is sent to the queue.