by torrie >> Wed, 31 Oct 2001 11:41:18 GMT
When opening a TCP/IP connection immediately after closing a connection on the same port I often get a TCP/IP Bind Failed exception (31005) It appears that the TCP/IP stack is still holding onto that port even though I have finished with it. I can get around it by closing the jade node that was using the port, waiting and then restarting. Does anyone know if I can just wait and then try to connect again after waiting for a period of time?