- Official Post
Hi,
a quick update here - one reason of the problems here was a different lookto action behavior.
According the documentation, ondone will be only called when nonblocking was explicitly set to true:
but by accident also empty strings for the nonblocking setting were also accepted in previous versions.
That means calls like this were working (although they shouldn't have):
This was not working anymore working in 1.22 and therefore caused problems.
To fix this problem, with the next release 1.22.1, the behavior will be slightly changed - then the lookto call will be automatically a non-blocking lookto when the ondone callback is set and the nonblocking setting is not explicitly set to false.
Best regards,
Klaus