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
System.Net.Sockets.SocketException
HResult=0x80004005
Message=The I/O operation has been aborted because of either a thread exit or an application request.
Source=System.Net.Sockets
StackTrace:
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
at System.Threading.Tasks.ValueTask1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter1.GetResult()
at Mangos.Network.Tcp.TcpServer.d__8.MoveNext() in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Common\Mangos.Network.Tcp\TcpServer.cs:line 89
This exception was originally thrown at this call stack:
[External Code]
Mangos.Network.Tcp.TcpServer.RecieveAsync(System.Net.Sockets.Socket, System.Threading.Channels.ChannelWriter) in TcpServer.cs
The text was updated successfully, but these errors were encountered:
System.Net.Sockets.SocketException
HResult=0x80004005
Message=The I/O operation has been aborted because of either a thread exit or an application request.
Source=System.Net.Sockets
StackTrace:
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.GetResult(Int16 token)
at System.Threading.Tasks.ValueTask
1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state) at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter
1.GetResult()at Mangos.Network.Tcp.TcpServer.d__8.MoveNext() in D:\USB DRIVE\Work\MangosSharp\MangosSharp\Source\Common\Mangos.Network.Tcp\TcpServer.cs:line 89
This exception was originally thrown at this call stack:
[External Code]
Mangos.Network.Tcp.TcpServer.RecieveAsync(System.Net.Sockets.Socket, System.Threading.Channels.ChannelWriter) in TcpServer.cs
The text was updated successfully, but these errors were encountered: