Skip to content
Commit 3754967b 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.
parent 81d61861
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