What do these errors really mean? #19
Replies: 1 comment 1 reply
-
From EthernetWebServer_SSL/src/SSLClient/SSLClient_Impl.h Lines 660 to 667 in 15a1d4c Nothing to worry because We'd tried to write while client is not connected
We'd tried to write while client is not connected So check the code to see where, then fix if any issue. Also check to be sure client is connected before writing something. Possibly a bug somewhere in the library ??? or your code ??? I don't know I don't think this can create any big issue because we'll rewrite if some data / packets are lost. But it's still better to find out the root cause. As you're familiar with SSLClient library, you can also try to duplicate and make a Minimal, Reproducible Example and post an issue/ discussion there. |
Beta Was this translation helpful? Give feedback.
-
I have difficulties assessing the severity of errors reported by the library. The HTTPS exchange does succeed, no problem, but...
What is the system trying to tell me? Should I be worried? What should be done differently?
Beta Was this translation helpful? Give feedback.
All reactions