Temp debugging to hunt #14, will remove in 2.0.3
This commit is contained in:
parent
adaca0413e
commit
57534fac63
|
|
@ -328,6 +328,8 @@ public final class ApiConnectionImpl extends ApiConnection {
|
||||||
return unpackError();
|
return unpackError();
|
||||||
case "!halt":
|
case "!halt":
|
||||||
return unpackError();
|
return unpackError();
|
||||||
|
case "" :
|
||||||
|
System.out.printf("sock.isClosed() = %s, sock.isInputShutdown() = %s\n", sock.isClosed(), sock.isInputShutdown());
|
||||||
default:
|
default:
|
||||||
throw new ApiDataException(String.format("Unexpected line '%s'", line));
|
throw new ApiDataException(String.format("Unexpected line '%s'", line));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue