We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbeb423 commit 574eba0Copy full SHA for 574eba0
src/WiFiClient.cpp
@@ -140,8 +140,7 @@ int WiFiClient::peek() {
140
}
141
142
void WiFiClient::flush() {
143
- while (available())
144
- read();
+ // TODO: a real check to ensure transmission has been completed
145
146
147
void WiFiClient::stop() {
src/WiFiUdp.cpp
@@ -155,8 +155,7 @@ int WiFiUDP::peek()
155
156
void WiFiUDP::flush()
157
{
158
159
160
161
162
IPAddress WiFiUDP::remoteIP()
0 commit comments