We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8bf643 commit ff5d880Copy full SHA for ff5d880
src/Device.js
@@ -196,7 +196,7 @@ class Device {
196
}
197
});
198
// resetting the device should also reset the waiting calls
199
- this.adapter.__proxyMeta.reset();
+ [...this.adapter.__proxyMeta.history].pop().promise.finally(() => this.adapter.__proxyMeta.reset());
200
this.log.info("send \\x06 (safeboot)");
201
this.adapter.sendData("\x06"); // safeboot
202
0 commit comments