[rabbitmq-discuss] Asynchronous methods in WCF Binding
Emile Joubert
emile at rabbitmq.com
Thu Feb 21 11:27:24 GMT 2013
Hi,
On 20/02/13 20:50, michi.oshima wrote:
> In RabbitMQChannelFactory and RabbitMQChannelListener, there are
> "asynchronous" methods like .BeginOpen() and .EndOpen(). Are they...
>
> 1. Known to work?
> 2. Tested?
These methods are required when implementing the relevant WCF
interfaces. You are correct that the included tests do not currently
exercise asynchronous modes of operation.
> m_openMethod = new CommunicationOperation(Open);
You may well have found a bug in the implementation and the line above
may be implicated. Would you be able to contribute a minimal code sample
that recreates the stack trace you posted?
-Emile
More information about the rabbitmq-discuss
mailing list