Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
Closed
Description
Description
I have a running Swoole application with usingsymfony/redis-messenger
(to publish messages to queue from web context).
I found, that the Redis connection is not reset for a while after processing an HTTP request which uses Messenger.
Feature request: allow to enable behavior to reset Redis connection after processing HTTP request (e.g. after calling\Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter::reset()
).
Example
No response