DrVinnEck / ACC-DRIVE-issues

1 stars 0 forks source link

NetChannel.cs An existing connection was forcibly closed by the remote host. #96

Closed Discostoff closed 1 year ago

Discostoff commented 1 year ago

Runtime Error Date: 12/26/2022 9:47:23 AM Runtime Error: Application: ACC DRIVE.exe CoreCLR Version: 6.0.1222.56807 .NET Version: 6.0.12 Description: The process was terminated due to an unhandled exception. Exception Info: System.AggregateException: One or more errors occurred. (An existing connection was forcibly closed by the remote host.) ---> System.Net.Sockets.SocketException (10054): An existing connection was forcibly closed by the remote host. at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) at ACCDRIVE.Core.Channel.NetChannel.ReceiveLoop(Socket socket, CancellationToken token) in E:\Visual Studio\ACC DRIVE\ACCDRIVE.Core\Channel\NetChannel.cs:line 190 --- End of inner exception stack trace --- at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken) at System.Threading.Tasks.Task.Wait() at ACCDRIVE.Core.Channel.NetChannel.Disconnect(String reason) in E:\Visual Studio\ACC DRIVE\ACCDRIVE.Core\Channel\NetChannel.cs:line 273 at ACCDRIVE.Core.Channel.NetChannel.CheckForTimeOut(Object state) in E:\Visual Studio\ACC DRIVE\ACCDRIVE.Core\Channel\NetChannel.cs:line 105 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() at System.Threading.Thread.StartCallback()