Baldinof / roadrunner-bundle

A RoadRunner worker integrated in your Symfony app
MIT License
270 stars 48 forks source link

Stops using deprecated `StreamedResponseListener` in Symfony >=6.1 #85

Closed Baldinof closed 2 years ago

Baldinof commented 2 years ago

Fix #84

Baldinof commented 2 years ago

@brzuchal Can you confirm this works for you?

brzuchal commented 2 years ago

@Baldinof how to require it? I tried composer update baldinof/roadrunner-bundle:dev-fix-deprecation --no-scripts with errors

brzuchal commented 2 years ago

Ok go tit, require instead of update in this case.

brzuchal commented 2 years ago

@Baldinof can confirm the error message is gone now.

patie commented 2 years ago

I also confirm it.

bitgandtter commented 4 months ago

question. if Baldinof\RoadRunnerBundle\EventListener\StreamedResponseListener is not anymore, how do send streamed responses from Symfony? I'm trying to use StreamedJsonResponse but always get the full response not chunks of data