Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many notification of one error. #4

Open
alewmt opened this issue Apr 28, 2018 · 0 comments
Open

Many notification of one error. #4

alewmt opened this issue Apr 28, 2018 · 0 comments

Comments

@alewmt
Copy link

alewmt commented Apr 28, 2018

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()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant