Open
Description
I'm using the WebSocketClient with an ESP32. I know that I have a fairly slow and sometimes unstable WiFi connectivity.
Currently it seems that the sendBIN()
methods are blocking for a very long time, and is not giving up. Is there a way to indicate a kind of send-timeout for such invocations? I really would like to give up in case of 1000 bytes or so cannot be transferred in under one second.
I know that there is the WEBSOCKETS_TCP_TIMEOUT
in 'WebSockets.h', but I don't know if this is the place to configure the send-timeout in case of very slow and unstable connections.
Metadata
Metadata
Assignees
Labels
No labels