Handling Scope Closure in `Effect.forkDaemon` Usage
Should
Effect.forkDaemon close the scope? Or even not allow an open scope at the type level? We accidentally forgot to use Effect.scoped when making an HTTP request, leading to unexpected behaviour (the parent scope was closed, so the request was cancelled).