I need to build an application Server module – a console application for communication clients on principle chat,the client module – a GUI application chat, which must be connected to the server.
The problem is i need set limits on the number of connected users limits i get from configuration file whitch is read when the server starts
I need to build an application Server module – a console application for communication
Share
Why don’t you put condition in your while loop?