how to end a stream task #157
Replies: 5 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
https://github.com/mobizt/FirebaseClient?tab=readme-ov-file#async-client |
Beta Was this translation helpful? Give feedback.
-
Ok, I found the bug in task removal. After you stopped the stream task, if you call |
Beta Was this translation helpful? Give feedback.
-
I will fix this which you can stop and restart the stream as usual as stated in the FAQ and documentation. |
Beta Was this translation helpful? Give feedback.
-
Now this issue was fixed in v1.4.0, please update. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
just a simple question.
I start a realtime database stream as in your example asyn/callback/stream/stream.ino
It works as expected. But what I have to do to stop the stream task ?
In the old library i could use Firebase.endstream an Firebase.removeStream
How can I stop or kill the stream task ?
I can stop it if I call
aClient.stopAsync("streamTask");
But after that I'm not able to start the stream again by calling
I want to stop and start a stream task depending on internal status of my application to reduce memory consumption in some cases
Beta Was this translation helpful? Give feedback.
All reactions