Hey all, I'm new to these forums, and I hope you guys can help. x)
So, I'm not a n00b at coding (but I'm still sort-of a beginner - I know the basics) and I'm interested in the areas of socket programming.
The problem is that I'm trying to make a server that connects to a client on my computer, but I want the server to constantly try a connection. I tried using the Try - Catch method, but vb.net keeps bugging me about the connection.
Is there a way to tell the server to try a connection, and ignore all connection errors and try again?
Thanks in advance.
So, I'm not a n00b at coding (but I'm still sort-of a beginner - I know the basics) and I'm interested in the areas of socket programming.
The problem is that I'm trying to make a server that connects to a client on my computer, but I want the server to constantly try a connection. I tried using the Try - Catch method, but vb.net keeps bugging me about the connection.
Is there a way to tell the server to try a connection, and ignore all connection errors and try again?
Thanks in advance.