Commit 8f5fefa0a0cbb72a67da957e4f7a7dde8463cc4a

Authored by Volodymyr Babak
1 parent 5613baf0

Compilation fix

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