Skip to content

Instantly share code, notes, and snippets.

Created October 21, 2017 19:15
Show Gist options
  • Save anonymous/b79594f71309df87fc8fcc44bd6a28ee to your computer and use it in GitHub Desktop.
Save anonymous/b79594f71309df87fc8fcc44bd6a28ee to your computer and use it in GitHub Desktop.
!! TCP Server started !!
FOO 1
FOO 2
Client connected from 0.0.0.0:0
FOO 3
FOO 4
.\tcp_server.exe : ERROR: An error was encountered!
At line:1 char:1
+ .\tcp_server.exe
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ( ERROR: An error was encountered!:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
Received message: FOO 1
FOO 2
Client connected from 0.0.0.0:0
FOO 3
FOO 4
ERROR: An error was encountered!
Received message:
raised GNAT.SOCKETS.SOCKET_ERROR :[10038] Socket operation on nonsocket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment