Open
Description
Documentation includes:
socket.getaddrinfo(host: str, port: int) → Tuple[int, int, int, str, str]
Gets the address information for a hostname and port
Returns the appropriate family, socket type, socket protocol and address information to call socket.socket() and socket.connect() with, as a tuple.
But it has not been implemented on the esp32-s2 port. Just wanted to insert this as a reminder.