I previously opened PR #55 to add a timer to automatically refresh the phone's battery status. Commit 829922a was then merged, which is supposed to automatically update the status when changed, rather than polling. However, that has been very inconsistent for me. Right after a dms restart it works fine, but by the next day it no longer keeps in sync with my phone and I have to manually refresh it.
I'm not sure what exactly causes it. For a while I've just used my poller PR anyways, and it has worked correctly, but I'd like to have the more real-time status updates work correctly. Do you have any advice for how I might go about debugging this issue?
I previously opened PR #55 to add a timer to automatically refresh the phone's battery status. Commit 829922a was then merged, which is supposed to automatically update the status when changed, rather than polling. However, that has been very inconsistent for me. Right after a
dms restartit works fine, but by the next day it no longer keeps in sync with my phone and I have to manually refresh it.I'm not sure what exactly causes it. For a while I've just used my poller PR anyways, and it has worked correctly, but I'd like to have the more real-time status updates work correctly. Do you have any advice for how I might go about debugging this issue?