ArduinoCore-mbed icon indicating copy to clipboard operation
ArduinoCore-mbed copied to clipboard

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

Open alranel opened this issue 2 years ago • 1 comments

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.

alranel avatar Oct 31 '23 11:10 alranel

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

JAndrassy avatar Nov 05 '23 20:11 JAndrassy

superseded by https://github.com/arduino/ArduinoCore-mbed/pull/793

pennam avatar Oct 03 '24 12:10 pennam