Archipelago/worlds/_bizhawk
Bryce Wilson ce2f9312ca
BizHawkClient: Change `open_connection` to use 127.0.0.1 instead of localhost (#2525)
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.
2023-11-28 22:50:12 +01:00
..
__init__.py BizHawkClient: Change `open_connection` to use 127.0.0.1 instead of localhost (#2525) 2023-11-28 22:50:12 +01:00
client.py BizHawkClient: Add better launcher component suffix handling (#2367) 2023-10-27 06:14:25 +02:00
context.py BizHawkClient: Add support for multiple concurrent instances (#2475) 2023-11-23 15:00:46 +01:00