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
bug #51675 [Messenger] Fix cloned TraceableStack not unstacking the stack independently (krciga22)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
[Messenger] Fix cloned TraceableStack not unstacking the stack independently
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#51564
| License | MIT
| Doc PR | symfony/symfony-docs#... <!-- required for new features -->
Fixed a bug with cloned `TraceableStack` not unstacking the stack independently from the original due to the __clone() method not yet being implemented. Clones of `StackMiddleware` currently unstack the stack independently, but not `TraceableStack`.
Commits
-------
b91bdc6 [Messenger] Fix cloned TraceableStack not unstacking the stack independently
0 commit comments