C#: socket closing if user user exists
- by corvallo
Hi to everyone I'm trying to create a server/client application for a school project.
This is the scenario: a server on a given port, multiple user connected, each user has it's own username.
Now I want to check if a user that try to connect to the user use a valid username, for example if a user with username A it's already connected a new user…