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 b6573c8 commit 57967d3Copy full SHA for 57967d3
utility/WiFiServerStream.h
@@ -51,6 +51,7 @@ class WiFiServerStream : public WiFiStream
51
WiFiClient newClient = _server.available();
52
if( !newClient ) return false;
53
_client = newClient;
54
+ _connected = true;
55
if ( _currentHostConnectionCallback )
56
{
57
(*_currentHostConnectionCallback)(HOST_CONNECTION_CONNECTED);
0 commit comments