Skip to content

Commit 84b1847

Browse files
committed
Bugfix - write method of WiFiClient and WiFiClientSecure can stuck forever
1 parent 2dff28a commit 84b1847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266WiFi/src/include/ClientContext.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ class ClientContext
455455
break;
456456
}
457457

458-
++_send_waiting;
458+
_send_waiting = 1;
459459
esp_yield();
460460
} while(true);
461461
_send_waiting = 0;

0 commit comments

Comments
 (0)