Skip to content
Commit e4cbac85 authored by David Edmundson's avatar David Edmundson
Browse files

Handle closeSession being called concurrently

Currently if hypothetically closeSession was called multiple times
before the async operation completed the first caller would never get a
reply and then be left hanging potentially forever.

This is unlikely to happen in real life given only the plasma shutdown
binary should be calling this and that's a unique application.


(cherry picked from commit 3754967b)
parent 74fef0a9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment