-
Hi, I have a procedure that every 3 minutes write a string on RealtimeDatebase. [922078][E][WiFiClient.cpp:429] write(): fail on fd 48, errno: 104, "Connection reset by peer"
Anyone could help me? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That is the ESP32 You have to read and follow this. https://github.com/mobizt/FirebaseClient?tab=readme-ov-file#running-many-tasks-concurrency-using-different-async-clients-in-different-ssl-clients <-- see the warning in this section. |
Beta Was this translation helpful? Give feedback.
That is the ESP32
WiFiClient
bug.You have to read and follow this.
https://github.com/mobizt/FirebaseClient?tab=readme-ov-file#running-many-tasks-concurrency-using-different-async-clients-in-different-ssl-clients <-- see the warning in this section.
FirebaseClient/examples/RealtimeDatabase/Async/Callback/StreamConcurentcy/StreamConcurentcy.ino
Lines 117 to 122 in af0c43d