arduinoWebSockets
arduinoWebSockets copied to clipboard
esp32 with ssl don't work
Hello @Links2004 The library is amazing, but when I send data via ssl with an esp32 it throws me the following error:
[E] [ssl_client.cpp: 36] _handle_error (): [data_to_read (): 287]: (-76) UNKNOWN ERROR CODE (004C) [WSc] No connection! [E] [WiFiClient.cpp: 309] setOption (): fail at fd -1, errno: 9, "Bad file number" At first the esp32 connects to the server and sends the data correctly, but sometimes it gives that error.
I send a binary buffer which is an image that captures the esp32 thinker ai
Any help or suggestion would help me a lot, thank you very much in advance :)