js-kubo-rpc-client icon indicating copy to clipboard operation
js-kubo-rpc-client copied to clipboard

Fix and re-enable `test/node/agent.js` concurrency test

Open SgtPooki opened this issue 2 years ago • 0 comments

see https://github.com/ipfs/js-kubo-rpc-client/pull/83#discussion_r1048699460

we should implement functionality similar to what libp2p is doing, to ensure requests are prevented from ever making it to the server.

Currently, most of the APIs are using api.post where api is IpfsUtilsHttpClient. We should wrap any of these calls with a queue provider that limits requests based on some settings from users.

SgtPooki avatar Dec 15 '22 21:12 SgtPooki