You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clicking the "Confirm order" button on the POS page, the API call should be queued instead of a direct call.
When any API call is queued in the queue, process them sequentially.
API call queue should be defined and processed app-globally, not in the page component, to prevent queued API calls from being canceled and deleted after leaving the POS page.
This will improve API call reliability on low-quality networks like the mobile network in crowded event halls.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: