You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent this exception from happening:
```
√ TestUnthrottledFloodPublishing [3m 5s]
Test run in progress.................................................................. The active test run was aborted. Reason: Test host process crashed : Unhandled Exception: System.ObjectDisposedException: Cannot access a disposed object.
at System.Threading.TimerQueueTimer.Change(UInt32 dueTime, UInt32 period)
at RabbitMQ.Client.Framing.Impl.Connection.HeartbeatWriteTimerCallback(Object state) in /tmp/build/a94a8fe5/rabbitmq_dotnet_client/projects/client/RabbitMQ.Client/src/client/impl/Connection.cs:line 1140
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Threading.TimerQueueTimer.CallCallback()
at System.Threading.TimerQueueTimer.Fire()
at System.Threading.TimerQueue.FireNextTimers()
```
0 commit comments