ESP8266 stuck at "Connecting to server..." when using Stream and Async Set simultaneously #321
Unanswered
kaizennkhususco-pilot
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
It depends on your database structure, data to handle may be larger than the ssl buffer to handle for valid ssl data decryption as the data is truncated and gives no data from SSL client then it gets stuck. Please try to increase the SSL client rx buffer size. |
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.
-
Describe the issue
I am experiencing a persistent "Connecting to server..." debug message when trying to send data (Set) while a Stream is active. Even though the Free Heap is sufficient (~20KB) and SSL buffer sizes have been limited, The AsyncClient seems to have failed to complete the handshake process for the "Set" task.
Hardware and Environment:
Board: ESP8266 (NodeMCU)
Library Version: FirebaseClient (latest)
here is the code that I wrote :
and this is the output that makes me confused as to why this could happen:
Beta Was this translation helpful? Give feedback.
All reactions