Loqorina

QR codes and scanning

Scanning without a connection

Warehouse wifi has dead zones. Loqorina's scanner is built assuming that's normal, not an edge case.

Queue now, sync later

When you scan without a connection, the scan is queued on your device instead of failing. As soon as the connection comes back, the whole queue syncs in a burst, automatically, with no extra step from you.

Why a burst of retries is safe

A queue that syncs in a burst means dozens of scans can arrive from one phone within a few seconds of reconnecting. Because each scan is idempotent (see "The mobile scan flow"), replaying a queue never creates duplicates, and this specific flow is deliberately exempted from the usual per-IP request limits, since a legitimate burst from someone's phone shouldn't be mistaken for abuse.