Updating document (Firestore) - SSL Write error #12
Unanswered
Engine1992
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Your network is disconnected as seen from this message. This should not happen, unless the poor network signal. You should know that it is out of library control and GSM client handles this. |
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
-
Hey.
I create a document using Docs.createDocument and after that, I update the document using PatchDocumentOptions.
Code:
Creating document:
Updating document:
First run always goes with no problems, everything is fine, but when the loop() try to update document secoud time, I get this message on Serial Monitor:
Sometimes after that, code goes again and update document but not every time. Sametimes code freezes. What is the reason of this behavior?
I use SIM800L to connect to the internet by GPRS.
Beta Was this translation helpful? Give feedback.
All reactions