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 Mar 10, 2020. It is now read-only.
There are currently no tests confirming that back-pressure is working correctly. We should add such a test so that future changes don't break back-pressure.
The test could "create a dummy API server endpoint that takes a long time to reply and see if the source gets paused when the high water mark is reached" (see #702).
The text was updated successfully, but these errors were encountered:
Everything is async iterators now, which have a back pressure mechanism built in. Please open a new issue against ipfs/js-ipfs if this is still required.
There are currently no tests confirming that back-pressure is working correctly. We should add such a test so that future changes don't break back-pressure.
The test could "create a dummy API server endpoint that takes a long time to reply and see if the source gets paused when the high water mark is reached" (see #702).
The text was updated successfully, but these errors were encountered: