ActionController::Streaming turbo-stream

I would like to be able to do

    render stream: true

to be able to use ActionController::Streaming with my turbo-stream response.
When I try, I get nothing in my browser.

Has anybody else tried this, and is there a solution?