Created
January 11, 2017 11:10
-
-
Save Horusiath/784aab4d327d921447f47324f1a375c6 to your computer and use it in GitHub Desktop.
DotNetty socket exception when connecting to 0.0.0.0:38223
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
at DotNetty.Transport.Channels.Sockets.SocketChannelAsyncOperation.Validate() | |
at DotNetty.Transport.Channels.Sockets.TcpSocketChannel.DoFinishConnect(SocketChannelAsyncOperation operation) | |
at DotNetty.Transport.Channels.Sockets.AbstractSocketChannel.AbstractSocketUnsafe.FinishConnect(SocketChannelAsyncOperation operation) | |
--- End of inner exception stack trace --- | |
--- End of inner exception stack trace --- | |
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) | |
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
at DotNetty.Transport.Bootstrapping.Bootstrap.<DoResolveAndConnectAsync>d__15.MoveNext() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment