Understanding When to Use `Effect.scope` in HttpClientRequest Pipelines
I have a question regarding the use of
how do you know when to use it or not? does the
Effect.scope . I've noticed that it seems to work better when I add Effect.scope to the HttpClientRequest pipeline, but I wouldn't have been able to figure this out without seeing the example from the README file.how do you know when to use it or not? does the
fetch api leaks when it fails or when you retry?