-
-
Notifications
You must be signed in to change notification settings - Fork 512
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What version of Effect is running?
3.19.15
What steps can reproduce the bug?
See a full reproduction here: https://github.com/jan-wilhelm/effect-rpc-issue-reproduction.
The root of the issue seems to be that I had a Layer.scoped which was constructing an RpcClient, and then inside my Effect I was also calling yield* RpcClient.make(...). For some reason, when using that RpcClient all actual RPC calls were being made just fine, but then the client was stuck and never resolved the call on the client-side.
What is the expected behavior?
I believe this should just work? Let me know if I missed any Effect gotchas.
What do you see instead?
No response
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working