Hi,
so we have quite strange situation that happend for the first time.(we use latest libraries with c#)
Client has a very specific network settings, that causes when "isGenuine" is called it does not timeout and applications start after an e.g. 1 hour. It does not matter which system is used (Win7 - 10). And what is strange we diagnosed that when the computer is disconnected from network, then application starts fine and TurboActivate throws InternetException.
When this happend?1) First the client activated offline.2) It happend only after some time like 7 days but after that every day.
We use: ta.IsGenuine(DaysBetweenChecks, GracePeriodLength, true);
with params: const uint DaysBetweenChecks = 14; const uint GracePeriodLength = 7;
My question is can we set "fixed" timeout to isgenuine?