You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Symfony has a stream in the streamed response we could wrap it with a React Stream and assign it to HttpResponse (methods tbd) which is then checked and handled as stream in our HttpServer.
When Symfony has a stream in the streamed response we could wrap it with a React Stream and assign it to HttpResponse (methods tbd) which is then checked and handled as stream in our HttpServer.
Looking at https://github.com/php-pm/php-pm-httpkernel/blob/master/Bridges/HttpKernel.php#L142 we read the entire response and then send it on via react. Reading en-bloc is a very un-reactish thing to do but I have so far not found and good approach to read the response as its being delivered and pass on to react.
Any ideas?
The text was updated successfully, but these errors were encountered: