-
I was wondering why my custom class extending Symfony's` BinaryFileResponse` did not call `public function sendContent(): static` and I found the reason and it's concerning.
https://github.com/Bald…
-
Hi all!
I started playing around roadrunner for http requests and noticed a memory leak on completely empty symfony application.
Created a reproducer: https://github.com/rmikalkenas/roadrunner-lea…
-
### Bug description
We attempted to upgrade our application from PHP 8.1 to 8.2. We started having failures with `composer install` and I tracked the issue down and found that any `bin/console` execu…
-
Sometimes our application had memory-leaks, so we are tried to used native RR reboot strategy.
```yaml
http:
pool:
max_jobs: 10000
```
But in loads RR rebooted all workers simultaneously,…
-
We have a large application with a lot of microservices, and wanted to try buggregator.
One of the services (haven't figured out which one) submits a sentry event, and an error occurs. Log is provide…
-
Swoole has various very interesting concepts. Its crazy fast, async everything (php, mysql, redis etc), has support for coroutines og websockets.
I opened a ticket at Swoole repo to [support Lambd…
-
### Problem Statement
Right now `RequestFetcher` checks for `\PHP_SAPI === 'cli'`, which will always be true if the application is running under [RoadRunner](https://roadrunner.dev/) even though al…
-
- Octane Version: 1.3.1
- Laravel Version: 9.11
- PHP Version: 8.1.9
- Server & Version: Swoole 5.0.1
### Description:
Out of the box, when you do `cookie()->forget('cookie_name')` Laravel save…
-
**Your environment**
```sh
mzagaja@Matthews-MacBook-Pro-16 ~/D/roadrunner (PLAT-1878-remove-unused-topics-routes) [SIGINT]> ruby -v
ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a) [x86_64-darwin21]…
-
### No duplicates 🥲.
- [X] I have searched for a similar issue in our bug tracker and didn't find any solutions.
### What happened?
The advertised feature does not work as it is used in frame…