Skip to content

Commit

Permalink
Issue #4331 Close Complete
Browse files Browse the repository at this point in the history
async close after onError

Signed-off-by: Greg Wilkins <gregw@webtide.com>
  • Loading branch information
gregw committed Dec 5, 2019
1 parent 40ebd16 commit b5971a6
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -1232,7 +1232,8 @@ public void run()
}
finally
{
closed();
// Initiate an async close
close(null);
}
}
}
Expand Down

0 comments on commit b5971a6

Please sign in to comment.