Use anyio
to start the local server for binding in port forward
#333
Labels
good expert issue
Clearly described and reproducible, but requires someone very familiar with the project to implement
hygiene
Part of #77 removing all usage of
asyncio
in favour ofanyio
.We use
asyncio.start_server()
inkr8s._portforward
.This needs to be replaced with
anyio.create_tcp_listener()
.The text was updated successfully, but these errors were encountered: