Hi,
I am using TcpClient/TcpListener Sockets and C#. It works perfectly.
Except when i have a lot of clients trying to make a connection to the server at the same time.
Can i handle this with TcpClient/TcpListener, is there a way of telling it to queue up the attempts to connect rather than failing them as it does now?
Thanks
Millzy
I am using TcpClient/TcpListener Sockets and C#. It works perfectly.
Except when i have a lot of clients trying to make a connection to the server at the same time.
Can i handle this with TcpClient/TcpListener, is there a way of telling it to queue up the attempts to connect rather than failing them as it does now?
Thanks
Millzy