hi everyone :),
i m developing an app in
VB.NET that uses sockets.
i hv created a Server using TCPListener which monitors a particular port (say 7777).
i hv created Client app using Socket class that connects to the server on port 7777.
When i use single client, it works fine, but the moment other Client app (Client2) connects the Server using port 7777, the Server stops responding to the first Client.
both Clients run on separate Threads.
m i missing sumthing here???????????
plz help
Ashu