How to change the Keep alive interval in firebase client RTDB stream #244
Replies: 2 comments
-
The keep-alive event was sent by server and cannot be changed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
On this client side you can ignore it by setting SSE filter. FirebaseClient/examples/RealtimeDatabase/Stream/Stream.ino Lines 86 to 96 in 0a0ed24 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
First i like to thank you for sharing this library.
Most of the time in my project ESP32 will not send any data to Firebase RTDB but need to listen for incoming signal with low latency . so i am using stream and keep alive signal will be send every 30s. i want to increase this to 60 or 100s to reduce the data usage. how to change the keep alive interval ?
Thanks
//Karthik
Beta Was this translation helpful? Give feedback.
All reactions