You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is probably because the Server Socket PR inadvertently changed the default timeout of sockets to 0 instead of None. You could try increasing the timeout with settimeout(None) or try #4049 which will revert to a no-timeout default.
@Larrxi no problem. Note that since #4095 has now been merged, you shouldn't even need to take that step anymore on the most recent builds, as the default behavior has been returned to a timeout of None.
I try to start a TCP server on my Lilygo TTGO T8 ESP32-S2 with display.
I am using the code from here:
https://gist.github.com/hierophect/5bb6133a69f8395841531013d46d2703
The text was updated successfully, but these errors were encountered: