Skip to content

Add WiFiServer::accept() as alias to WiFiServer::available() #750

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

alranel
Copy link
Contributor

@alranel alranel commented Oct 31, 2023

Since available() is currently implemented as accept() (i.e. it returns a client even before it has actually sent any data), we provide an alias for it.

@JAndrassy
Copy link
Contributor

maybe EthernetServer could get accept() in this PR too.

@pennam
Copy link
Contributor

pennam commented Oct 3, 2024

superseded by #793

@pennam pennam closed this Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants