CoreRPC icon indicating copy to clipboard operation
CoreRPC copied to clipboard

Many notification of one error.

Open alewmt opened this issue 7 years ago • 0 comments

Hi! 4 errors per millisecond quickly fill a log file.

System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. --->
System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
	at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
	at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
	--- End of inner exception stack trace ---
	at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
	at System.Threading.Tasks.TaskFactory`1.FromAsyncTrimPromise`1.Complete(TInstance thisRef, Func`3 endMethod, IAsyncResult asyncResult, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
	at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	at CoreRPC.Extensions.<ReadExactlyAsync>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
	at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
	at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
	at CoreRPC.Transport.Tcp.TcpHostConnection.<StartReading>d__5.MoveNext()

alewmt avatar Apr 28 '18 14:04 alewmt