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