bthrm - Reset retry time if connection successful
parent
cb156b925c
commit
446a56ba6b
|
|
@ -479,7 +479,7 @@
|
|||
return promise.then(()=>{
|
||||
log("Connection established, waiting for notifications");
|
||||
characteristicsToCache(characteristics);
|
||||
clearRetryTimeout();
|
||||
clearRetryTimeout(true);
|
||||
}).catch((e) => {
|
||||
characteristics = [];
|
||||
log("Error:", e);
|
||||
|
|
|
|||
Loading…
Reference in New Issue