DrVinnEck / ACC-DRIVE-issues

1 stars 0 forks source link

Cannot access a disposed object in TrackMapViewModel #79

Closed Discostoff closed 1 year ago

Discostoff commented 1 year ago

Runtime Error Date: 11/12/2022 10:54:53 AM Runtime Error: Application: ACC DRIVE.exe CoreCLR Version: 6.0.422.16404 .NET Version: 6.0.4 Description: The process was terminated due to an unhandled exception. Exception Info: System.ObjectDisposedException: Cannot access a disposed object. at System.Threading.TimerQueueTimer.Change(UInt32 dueTime, UInt32 period) at ACC_DRIVE.ViewModel.BonoAtHome.TrackMapViewModel.TurnOff() at ACCDRIVE.Core.Services.BroadcastApiService.CheckConnection(Object state) in E:\Visual Studio\ACC DRIVE\ACCDRIVE.Core\Services\BroadcastApiService.cs:line 134 at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.TimerQueueTimer.Fire(Boolean isThreadPool) at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()