Replies: 1 comment 1 reply
-
You should read the library documentation first. If you use Stream, you have to maintain its TCP connection to stay alive in SSE mode. Then you have to reserve the one async client for it. If you also call some non-Stream functions, you have to define another async client for them. |
Beta Was this translation helpful? Give feedback.
1 reply
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, i want to use RTDB in async mode via TinyGSM (as per example).
Unfortunately i'm not sure why in the example (RealtimeDatabase / Async / Callback / StreamGSM, https://github.com/mobizt/FirebaseClient/blob/main/examples/RealtimeDatabase/Async/Callback/StreamGSM/StreamGSM.ino ) there are two async / ssl clients and i'm wondering if it would also be possible using only one async client and one ssl client.
I'm pretty sure that i may have missed the relevant section in your documentation.
Thank you very much for your kind support,
Roman
Beta Was this translation helpful? Give feedback.
All reactions