-
-
Notifications
You must be signed in to change notification settings - Fork 188
Remove recursive calling when fetching remote attributes. #355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This has massively fixed my uptimes so far! |
|
Great, I'll issue a release tomorrow if there are no further issues. |
|
At 1:19a I got this: 2:30 3am: 4a: So it does fix this issue, but there are still other issues |
Are you going to do this still? |
|
Yes, it should be done in about an hour. |
|
The watchdog issues I'm unsure of, maybe you need to add a short delay or yield somewhere in your "BLE scan" task. |
Removes looping on recursive calls to retrieve(attribute) when the attribute UUID is not found and conversions attempted.