What's the point of waiting if the connection gets refused?
What's the point of waiting if the connection gets refused?
J-P Nurmi
I want a client application which keeps trying till it gets connected to server.
I dont know who is refusing the connection since no server is listening to port 8888(to which client is trying to connect).
Although i use while loop to reconnect as a workaround,the while makes the application run slower.
Bookmarks