In the current implementation I receive a RuntimeError: asyncio.run() cannot be called from a running event loop because of the _async_helper in client.py.
It would be nice to have an alternative version where the existing async context is used, maybe by providing public async methods.
My current workaround was to reimplement the existing methods, so there is no urgency.
In the current implementation I receive a
RuntimeError: asyncio.run() cannot be called from a running event loopbecause of the_async_helperinclient.py.It would be nice to have an alternative version where the existing async context is used, maybe by providing public async methods.
My current workaround was to reimplement the existing methods, so there is no urgency.