Hello Nandan, Our NetX specialist investigated problem in more detail, but it seems like it's mostly down to configuration of the server (which usually times out after 10-15 minutes). I believe that SO_REUSEADDR is a server-side setting only (which is the default in NetX anyway). We figured out that calling nx_tcp_socket_disconnect can solve it in some cases (you'll still get the NX_DISCONNECT_FAILED error return but you'll still be allowed to make a new connection after that). Let me know if that works. Regards
↧