How to test connection with TurboFloat server?Solved

Hi Wyatt,

Is there a method which can check if there are connection issues with the TurboFloat server?

I tried TF_SaveServer and TF_HasLease, but these methods do not return values which reflect the connectivity status.The only method that does that is TF_RequestLease, but using this will get a lease from the server if the data (ip and port) is correct.

Can I use any method without requesting a lease from the server to check connectivity?

Thanks

Nope, just request the lease. Drop it immediately if you don't need it. And if you get a TF_E_INET* type error then you can handle it.