Skip to content

Commit

Permalink
try to fix race condition causing exit code 227
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwight Guth committed Sep 15, 2015
1 parent 6eca525 commit 2fea339
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public void run() {
exit.close();
}
sockout.flush();
socket.close();
socket.shutdownOutput();
}

} catch (Throwable t) {
Expand Down

0 comments on commit 2fea339

Please sign in to comment.