Added OOO logging to receiver

This commit is contained in:
Josh Larson
2016-01-05 19:08:09 -06:00
parent 4d9a307d90
commit 7978484ff8
+1 -1
View File
@@ -212,7 +212,7 @@ public class ClientReceiver {
}
private void onOutOfOrder(OutOfOrder ooo) {
System.out.println("OOO " + ooo.getSequence());
}
private void onAcknowledge(Acknowledge ack) {