#429 Error Occured While Sending N Number Of Api request to the server
1 messages · Page 1 of 1 (latest)
I understand that, but that's a fact, not a question. What is your question?
If you're in charge of the API, then change it in order to make your use-case possible by sending just one request. If you can't alter the API, then change the way your app works in order not to require so many API calls at once.
Sure, you can use RxJS concat. But are you sure that the problem will sole by doing that? If the server limits the number of requests that you can do in N seconds for example, them one after another won't fix anything.