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
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