While connecting and closing is a no problem, but once i .close and want to reconnect ( .connect ) again, somehow the other side wouldnt want to respond to my .connect


Do i need like to initialize something or close some other function before reconnecting ( .connect ) again?


Client connects to server. No problem, client .close from server, no problem also. But when i want the client to .connect again to the server, no response.


Please help...