Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

WebServer available method blocks until a client connects #1023

@fmuntean

Description

@fmuntean

Trying the WiFiWebServer sample and in the loop method when calling
WiFiClient client = server.available();
The thread is blocked here until the client connects to the server. This makes impossible to run anything else on the board.

Please make this method return null pointer when no client is connected to the server.

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions