Replies: 1 comment
-
You cannot pause the task unless stop to remove tasks. You can use To check the number of tasks that stored in the async client's queue. After SSE Stream task has stopped, you can restart it by calling get again. |
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
-
I use Firebase Client on a board with combined cellular connection (TinyGSM) and GNSS (on the modem chip).
For acquiring GNSS position i have to stop cellular communication until GNSS position is acquired and reenable cellular again afterwards.
This occurs also when Firebase Client is already up and working (Realtime DB + Storage in 2 async clients).
What is the recommended way of handling this situation w.r.t. Firebase Client. Should it be stopped? Is there a way to pause and resume Firebase operations while (knowingly) not network is available?
thanks for your feedback,
Roman
Beta Was this translation helpful? Give feedback.
All reactions