More as a reference here currently there is no way to use a StreamedResponse inside roadrunner. This is because things output with echo, var_dump, flush or any other php internal method is not supported by roadrunner and is in this case ignored.
The issue on the roadrunner side is here: https://github.com/spiral/roadrunner/issues/2.
More as a reference here currently there is no way to use a
StreamedResponseinside roadrunner. This is because things output withecho,var_dump,flushor any other php internal method is not supported by roadrunner and is in this case ignored.The issue on the roadrunner side is here: https://github.com/spiral/roadrunner/issues/2.