Hi there,
If we call LexActivator.IsLicenseGenuine() from time to time (not only at application start):
- does it schedule a server check in a separate new thread every time?
- Is the new thread deleted after each server check?
- Does it reuse the same thread on every check?
I’m concerned about an eventual growing number of threads on the system over time.
Thank you,
Tiago Costa