Skip to content
This repository was archived by the owner on Jul 22, 2018. It is now read-only.

Commit

Permalink
Revert "Riolog: Image v13 doesn't handle keepalives properly; disable. (
Browse files Browse the repository at this point in the history
#164)" (#165)

This is fixed in v16.

This reverts commit 66f3803.
  • Loading branch information
PeterJohnson authored Dec 14, 2017
1 parent 780e4e1 commit fe5ec60
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,7 @@ private DataInputStream connect(int team) {
sender = null;
}, "RioConsoleSender");
sender.setDaemon(true);
// For image 2018v13, don't send keep alives
//sender.start();
sender.start();
}
return in;
}
Expand Down

0 comments on commit fe5ec60

Please sign in to comment.