flarb
04-21-2002, 04:11 PM
I have a simple Winsock console server application running, which is listening on port 50000 for a stream connection.
When running my BREW client applet in the emulator, it attempts to call ISOCKET_Connect on 127.0.0.1 port 50000, but the callback gets the error AEE_NET_EADDRINUSE.
What exactly does this error mean? Are there any weird issues with the emulator when trying to connect to localhost?
The server works fine, I've tested it with telnet and sent bytes to it without a hitch.
When running my BREW client applet in the emulator, it attempts to call ISOCKET_Connect on 127.0.0.1 port 50000, but the callback gets the error AEE_NET_EADDRINUSE.
What exactly does this error mean? Are there any weird issues with the emulator when trying to connect to localhost?
The server works fine, I've tested it with telnet and sent bytes to it without a hitch.