Files
qr-scanner/demo
Daniel 2714cb9944 Identify scan requests to worker by unique id's
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
2022-02-22 23:27:02 +01:00
..