tcpWrite(): fail #289
Replies: 1 comment
-
You should post here instead. The error is because no internet access or internet connection interrupte and you should check your internet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear fellows,
Using the following library dependency:
lib_deps =
mobizt/Firebase Arduino Client Library for ESP8266 and ESP32@^4.4.8
My code sends data to Firebase with success, but after a short while I receive the following error message (repeating in a loop):
Set json... connection refused
[6852430][E][WiFiClientImpl.h:468] tcpWrite(): fail on fd 49, errno: 128, "Socket is not connected"
Any idea how I can ensure that the socket is connected or how to reconnect the socket manually?
Happy coding,
Loetluemmel
Beta Was this translation helpful? Give feedback.
All reactions