Compilation fix

This commit is contained in:
Volodymyr Babak 2020-09-25 16:59:47 +03:00
parent 5613baf066
commit 8f5fefa0a0

View File

@ -80,7 +80,7 @@ public class EdgeImitator {
}
public void disconnect() throws InterruptedException {
edgeRpcClient.disconnect();
edgeRpcClient.disconnect(false);
}
private void onUplinkResponse(UplinkResponseMsg msg) {