Creating an Atom with `AtomRpc` for Push-Based Subscription in Effect Typescript
question about making an atom using
But was able to use the
There is complete example here. Maybe i'm missing somehting obvious or there is some config I can change to clean this up?
AtomRpc with push-based subscription. I have an RPC that is streaming event data from the server to the client and the first time I set this up was needing to poll the atom in order to return the pullNext():But was able to use the
WebSocketClient.runtime.fn to unwrap the stream:There is complete example here. Maybe i'm missing somehting obvious or there is some config I can change to clean this up?
