Skip to content
Snippets Groups Projects
Verified Commit ed48367f authored by Sebastian's avatar Sebastian
Browse files

Avoid deadlock with MailboxClientManager

Solve the more general problem where a task already running on the event
executor schedules another task on the same executor and expects that to
finish asynchronously. With the single-threaded event executor this does
not work unless such tasks as immediately executed instead of being put
into the queue.
parent 5ce2b6cb
Loading
Checking pipeline status
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