johnedw Level: Sage
 Registered: 15-08-2004 Posts: 50
|
Re: Multiple Clients using Winsock
Hi, I would need more information to assist you but heres a guess anyway.
Make sure that your array of sockets resizes correctly when a client closes.
You need some way of making sure that instance that had a client connected to it knows when the connection has dropped and is deleted from the array or made available for a new client.
You'll need some kind of event handling scheme.
____________________________
Today is a new day, in
a world OF CODE!
|