How to correctly "disconnect" from the API? #1579
Unanswered
peterleepa
asked this question in
Q&A
Replies: 1 comment
-
I don't really think disconnnect() is maintained very well as the primary use case this for which the library was written requires a persistent connection, so disconnect only happens with the process exits. Looks like it should be updated to shutdown push-receiver connection. I'm sure PRs would be accepted to address that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context: enabling console debug with setting
DEBUG=ring
I'm using
RingApi.disconnect()
to disconnect from the service. While the motion notifications are stopped, I still get:so it seems like the RingApi is still trying to checkin with FCM for messages, and some other motion unrelated notifications such as (Transient information masked)
is still being collected..
So the question is, how should I completely disconnect from the API (from Ring and from Firebase)?
Beta Was this translation helpful? Give feedback.
All reactions