I've successfully created a server/client TCP connection, and now I want to stop the service advertising but DO NOT want the server to stop!, basically want to accept only 1 client.
EDIT: want to be able to add maxClients variable, so I can modify the amount of clients allowed.