Creating an `Rpc.stream` with immediate return for client consumption
How would I create an
Rpc.stream where I can create an async stream that gets updates over time, but return the stream immediately so the client can start consuming it? When I try this, the response just gets returned and closed immediately without waiting for the stream to close