Closed achingbrain closed 2 weeks ago
Btw, are you certain that we call start in consumers of the client (Helia and libp2p)?
Yes, we call .start
and .stop
from the locations you link to.
Also sorry for not getting to the review of #151 in time, this PR is me doing it post-merge.
:tada: This PR is included in version @helia/delegated-routing-v1-http-api-client-v4.2.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Fixes some bugs in the new request cache:
void
ing the cache deletion - this can cause unhandled promise rejections so switches toawait
ing the promise insteadAlso not a bug but it also makes the cache name configurable.
Change checklist