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
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