cmr-a

Results 1 issues of cmr-a

**Describe the bug** BlockingIOConnection throws when you try to connect to an IPv6 address **Reproduction** ```python import edgedb client = edgedb.create_client(dsn="edgedb://edgedb:edgedb@[::1]:5656/edgedb") client.ensure_connected() ``` Produces: ``` gaierror Traceback (most recent call...