resolved issue when connecting in scan mode
This commit is contained in:
parent
9e64fac963
commit
79f22ad45a
1 changed files with 0 additions and 2 deletions
|
|
@ -85,8 +85,6 @@ class Controller extends EventEmitter {
|
||||||
|
|
||||||
if (this.isScanning) {
|
if (this.isScanning) {
|
||||||
logger('already scanning, waiting.');
|
logger('already scanning, waiting.');
|
||||||
|
|
||||||
setTimeout(this.connect(), 1000);
|
|
||||||
return Promise.resolve(false);
|
return Promise.resolve(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue