Cedrick AH
Cedrick AH
Hello @lbeschastny, I would to work on this with you but it seem like it is sait that "The intent is that when a circuit times out, an assumption is...
Okay, maybe you can try this approach to change abort for each request. ```js const { describe, it, before, after } = require('node:test'); const assert = require('node:assert/strict'); const http =...
It will be defined after breaker.fire() is called. Also, abort controller and signal only come in pairs as you said earlier. I tested and the new requests was not aborted.
Okay, I understand.
I'm a little perplexed because I saw the motivation for the project. If it's about improving performance, why not first think about using tricks to improve the performance of the...
This is exactly what I wanted to ask before your edits: "I have to say I don't really understand the comment. If you have a lot of other things to...