TurboFloat RequestLease questionSolved

Hi Wyatt

If all the leases are being used, when my app calls TF_RequestLease it gets an errorcode 5 (TF_E_NO_FREE_LEASES), which is correct.

However when another machine closes the app and frees its lease, I still get the errorcode on my machine when I try again with TF_RequestLease. I have to shut down and restart my app before it will see that there is actually an available lease.

After receiving TF_E_NO_FREE_LEASES, should the app call some initialisation routine before retrying with TF_RequestLease?

More information is needed. Versions, OS, etc.

https://wyday.com/limelm/help/faq/#useful-reports

Likely already fixed in the latest version.

TA and TF version 4.1.8.0TFS running on Ubuntu 18.0.4.3

Client App compiled with Delphi 10.2.Tested on Microsoft Server 2016 on VM (AWS)

Use the latest version. Try again. We've fixed bugs (specifically related to TF_RequestLease() as the change notes described): https://wyday.com/limelm/api/tf-changes/

This is also covered in the FAQ: https://wyday.com/limelm/help/faq/#useful-reports

Always use the latest version.

OK thanks