Skip to content
  • David Edmundson's avatar
    Handle closeSession being called concurrently · e4cbac85
    David Edmundson authored
    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)
    e4cbac85