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
{{ message }}
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
Current process is very simple. Client makes one call to the server to load database and waits till the request is complete which could be very long time for large number of requests. It will be better to build a logic where client makes a request, server returns quickly and client checks for the completion by communicating with the server every few seconds or so. Any other ideas?