This is the scenario, I have a Server WinSock accepting many Client WinSock, if you know what I mean.
When Client A connects to Server, an occurence of WinSock is instantiated, this is OK.
But when Client A disconnects and reconnects, it starts another instance of WinSock in the Server. Is there no way for me to check the source Client and maybe reassign it to the same Port/WinSock instance to 'recycle' resource or at least delete the disconnected connection?