Rupert, Is this on the RC ? or is this the trunk? Btw have u guys tested the RC?
Regards, Rajith On 8/2/07, Rupert Smith <[EMAIL PROTECTED]> wrote: > > After I set a method receiver and start the connection: > > consumer.OnMessage += new MessageReceivedDelegate(OnMessage); > connection.Start(); > > my program continues to its end point. Then it exist and terminates the > connection. I think previously the .Net would keep running until the > message delivery thread was terminated. Has the .Net code been changed so > that it works differently now? If so, how do I join to the delivery thread > to prevent my program from terminating prematurely? Thanks. > > Rupert >
