Compilation fix
This commit is contained in:
parent
5613baf066
commit
8f5fefa0a0
@ -80,7 +80,7 @@ public class EdgeImitator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void disconnect() throws InterruptedException {
|
public void disconnect() throws InterruptedException {
|
||||||
edgeRpcClient.disconnect();
|
edgeRpcClient.disconnect(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void onUplinkResponse(UplinkResponseMsg msg) {
|
private void onUplinkResponse(UplinkResponseMsg msg) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user