Commit 78a7e6764119dc6af5d12745fa469da6bb2f4944

Authored by Volodymyr Babak
1 parent f28721cc

Test fixed

... ... @@ -75,6 +75,8 @@ public class EdgeImitator {
75 75 this::onEdgeUpdate,
76 76 this::onDownlink,
77 77 this::onClose);
  78 +
  79 + edgeRpcClient.sendSyncRequestMsg();
78 80 }
79 81
80 82 public void disconnect() throws InterruptedException {
... ...