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();
|
||||
case "!halt":
|
||||
return unpackError();
|
||||
case "" :
|
||||
System.out.printf("sock.isClosed() = %s, sock.isInputShutdown() = %s\n", sock.isClosed(), sock.isInputShutdown());
|
||||
default:
|
||||
throw new ApiDataException(String.format("Unexpected line '%s'", line));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue