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
Describe the bug
When running the code using an application factory, logs are duplicated. If you uncomment the block of code that does not use the factory, logs are written three times. It appears that multiple instances of CriticalLogMiddleware are being created, even though only one middleware is listed in broker._middlewares.
Describe the bug
When running the code using an application factory, logs are duplicated. If you uncomment the block of code that does not use the factory, logs are written three times. It appears that multiple instances of CriticalLogMiddleware are being created, even though only one middleware is listed in broker._middlewares.
How to reproduce
Include source code:
The text was updated successfully, but these errors were encountered: