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
关闭程序退出时异常
Exception:
System.Net.Sockets.SocketException (995): 由于线程退出或应用程序请求,已中止 I/O 操作。
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Net.Sockets.Socket>.GetResult(Int16 token)
at System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state)
--- End of stack trace from previous location ---
at SuperSocket.Server.Connection.TcpConnectionListener.KeepAccept(Socket listenSocket)
数据发送接收不到,但是没任何报错,最后只能回退版本到beta27
The text was updated successfully, but these errors were encountered:
beta27正常,升级beta29之后就出现各种异常情况
关闭程序退出时异常
Exception:
System.Net.Sockets.SocketException (995): 由于线程退出或应用程序请求,已中止 I/O 操作。
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Net.Sockets.Socket>.GetResult(Int16 token)
at System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state)
--- End of stack trace from previous location ---
at SuperSocket.Server.Connection.TcpConnectionListener.KeepAccept(Socket listenSocket)
数据发送接收不到,但是没任何报错,最后只能回退版本到beta27
The text was updated successfully, but these errors were encountered: