kr8s-org/kr8s

Use `anyio` to start the local server for binding in port forward

jacobtomlinson opened this issue · 0 comments

Part of #77 removing all usage of asyncio in favour of anyio.

We use asyncio.start_server() in kr8s._portforward.

This needs to be replaced with anyio.create_tcp_listener().