Skip to content

Commit

Permalink
Add changes suggested in review
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-bell committed Dec 19, 2019
1 parent 06c74da commit 1364c62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,9 @@ public void run()
callListeners( command );
break;
case BYE_ACK:
//After SHUTDOWN no more commands can come. Hence, do NOT go back to blocking in I/O
callListeners( command );
return;
//After SHUTDOWN no more commands can come. Hence, do NOT go back to blocking in I/O
CommandReader.this.state.set( TERMINATED );
default:
callListeners( command );
break;
Expand Down

0 comments on commit 1364c62

Please sign in to comment.