summary refs log tree commit diff
path: root/changelog.d/12358.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.57.0rc1Erik Johnston2022-04-121-1/+0
|
* Fix edge case where a `Linearizer` could get stuck (#12358)Sean Quah2022-04-051-0/+1
Just after a task acquires a contended `Linearizer` lock, it sleeps. If the task is cancelled during this sleep, we need to release the lock. Signed-off-by: Sean Quah <seanq@element.io>