mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-18 01:01:47 -07:00
ce2f9312ca
When using localhost on mac, both ipv4 and ipv6 are tried and raise separate errors which are combined by asyncio and difficult/inelegant to handle. Python 3.12 adds the argument all_errors, which would make this easier.