Multi client - Server application
-
I want to create a desktop application having a single centralized server which accepts multiple client connections and responds them. I am trying to use TcpListener class (for server) and TcpClient class (for clients). The server and client application are able to connect but I am not able to accept multiple clients connections. Can anyone help me out to solve this issue.
-
I want to create a desktop application having a single centralized server which accepts multiple client connections and responds them. I am trying to use TcpListener class (for server) and TcpClient class (for clients). The server and client application are able to connect but I am not able to accept multiple clients connections. Can anyone help me out to solve this issue.