Skip to content
Snippets Groups Projects
Unverified Commit 79e7c2c4 authored by Sean Quah's avatar Sean Quah Committed by GitHub
Browse files

Fix edge case where a `Linearizer` could get stuck (#12358)


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: default avatarSean Quah <seanq@element.io>
parent 31c1209c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment