Infinite execution with luaqrcode library #83
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi!
I'm trying to use https://github.com/speedata/luaqrcode together with luaj. I'm running the next code:
Script1.lua:
And script becomes infinitely executed. In same time native lua executes the script correctly. What's wrong with luaj?