UPDG / roadrunner-laravel

Simple bridge between Symfony and RoadRunner.
MIT License
43 stars 4 forks source link

Problems with Lumen 5.7 #1

Open zloypacifist opened 5 years ago

zloypacifist commented 5 years ago

Hi! I have some problems with your function Bridge::start() At line 97 you have this: $this->_kernel->terminate($request, $response); With this line my roadrunner service doesn't response anything after first request. When I commented line 97 at Bridge.php everything become normal and works fine

Alex-Bond commented 5 years ago

Hi!

Thank you for your issue and sorry for the long answer. I will add fix for Lumen.

amelkikh commented 4 years ago

Hi! Will you fix that issue?