Hi guys,
this is a question for the NodeJS LexActivator library.
From what I read from the LexActivator’s github source, found here, is that I can supply a callback function to the library so that cryptlex can inform my application that a licence has expired.
My question is how often does my callback function gets invoked by LexActivator?
Base on the comment is; whenever it is sync’ed. Does that require an outbound internet connection to perform the sync?
Does the sync occur for node-lock offline licence? If it does, then how often?
LexActivator.SetLicenseCallback((status) => {
console.log('Hello!');
});