Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Отсутствует возможность отправлять запросы параллельно #402

Open
gituser3000 opened this issue Mar 9, 2020 · 0 comments
Assignees

Comments

@gituser3000
Copy link
Contributor

gituser3000 commented Mar 9, 2020

Последовательный вызов 2х запросов отправляет их последовательно.
$mol_fetch.json("http://localhost:3000/todos")
$mol_fetch.json("http://localhost:3000/todos")
Отсутствует возможность отправить их параллельно.
Так же стоит учесть, что должна быть возможность контролировать количество одновременных запросов (rxjs mergeMap?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants