Hello,
The docs says that:
- Periodically invokes the Cryptlex API endpoints in a separate thread to sync the server license data with the client.
How can I get the response of each periodic API call so that if the licence expired I can stop the process?
Or I have to call IsLicenseGenuine() manually every specific time period?
Note: licenseCallback is not invoked, I check the last sync date on the dashboard and the function is never invoked.
I’m using Node.js v14.18.0 and “@cryptlex/lexactivator”: “^3.18.0”

