mirror of
https://github.com/nimiq/qr-scanner.git
synced 2026-07-28 04:06:51 +00:00
This avoids that parallel scans on the same worker instance ALL interpret the first incoming scan result as their result. Instead, now each scan request to the worker waits for their individual response. Fixes #149