Skip to content

Commit 8819c1e

Browse files
ficetoficeto
ficeto
authored and
ficeto
committed
fix write taking too long
1 parent 7be8c1d commit 8819c1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/ESP8266WiFi/src/include/ClientContext.h

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ class ClientContext {
169169

170170
_size_sent = will_send;
171171
DEBUGV(":wr\r\n");
172+
tcp_output( _pcb );
172173
_send_waiting = true;
173174
delay(5000); // max send timeout
174175
_send_waiting = false;

0 commit comments

Comments
 (0)