We are having trouble with the dll license checking when deploying.
When the dll checks the license automatically it takes up to 30ms during the checking process - this is 30ms that we don’t have or are not prepared for. If we use the manual checking feature we have to call the same dll, which holds up our threads in any case causing the same problem.
We cannot decrease our calls to the dll by increasing the number of samples, because this will cause us to fall to far behind on the process. We can also not decrease our sample size and fit the call to license check in between.
Is there perhaps a workaround? Or are we missing something?

