Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21863

Can a socket array be used as both a server and a client?

$
0
0
In my project I have a socket, let's call it ServerSockets.

ServerSockets(0) is the server so it is listening on port 3001

ServerSockets(1) is a client so it connects to another server which is listening on port 3002

When I try to do this I get error 10048, address in use

Viewing all articles
Browse latest Browse all 21863

Trending Articles