...
|
...
|
@@ -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 {
|
...
|
...
|
|