You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a running Swoole application with using symfony/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()).