Skip to content
  • anonym's avatar
    Avoid remote shell deadlock. · 3823e4ee
    anonym authored
    If the method is called in a try_for and is aborted, we'll try another
    remote shell call in the ensure block, and this is prone to cause a
    deadlock. Let's avoid this at the cost of offering less guarantees about
    the cleanup, which is non-essential any way.
    3823e4ee