Hi,
We are using service bus to send message to deployed cloud service. But client application will crash after running some time with below exception. We have already add try-catch for all service bus methods. Our cloud service work role is not recycling or restarting. Do you have any solution for this crash? We are using service bus assembly 2.3.40228. Thanks!
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ObjectDisposedException
Stack:
at Microsoft.ServiceBus.Common.Fx+IOCompletionThunk.UnhandledExceptionFrame(UInt32, UInt32, System.Threading.NativeOverlapped*)
at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)
Alex