The process was terminated due to an unhandled exception
See original GitHub issueMy application with EasyNetQ 5.2,it happens randomly.The application can work for a day without errors, and then crash on production server. Error info: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name=".NET Runtime" /> <EventID Qualifiers="0">1026</EventID> <Level>2</Level> <Task>0</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2020-08-27T08:20:21.000000000Z" /> <EventRecordID>6853</EventRecordID> <Channel>Application</Channel> <Computer>WIN-ERDHSN4PARC</Computer> <Security /> </System> <EventData> <Data>Application: JD.Winform.OPC.MQ.Server.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.InvalidOperationException at System.Collections.Concurrent.BlockingCollection`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Take(System.Threading.CancellationToken) at EasyNetQ.Producer.ClientCommandDispatcherSingleton.<StartDispatcherThread>b__10_0() at System.Threading.ThreadHelper.ThreadStart() </Data> </EventData> </Event>
How to fix this?
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (6 by maintainers)
Top GitHub Comments
@Pliner It’s OK now,Thank you very much!!!
https://www.nuget.org/packages/EasyNetQ/5.2.2