Nick
Nick
Thank you, @alexander-schranz, for your response. In this case, we are using Symfony 7.2, and even with the most minimal application setup, the issue still persists. To clarify further: the...
After extensive troubleshooting and analysis, we have concluded that the issue appears to be rooted more deeply in the [PHP runtime](https://github.com/php-runtime/runtime) itself, or specifically in its integration within [php-runtime/frankenphp-symfony](https://github.com/php-runtime/frankenphp-symfony), rather...
@AlliBalliBaba Thanks for your help! You’re right! Using your example results in the same error on our end: a stale connection that isn’t restored until FrankenPHP is restarted. Script used...
@withinboredom Thanks for your help! We’re indeed connecting to a Kubernetes Service with a ClusterIP. In our case, we always connect to `db-cluster-rw`, which consistently resolves to `10.96.240.237`. The ClusterIP...