Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Do not crash when running sync client in async context
The asyncio code is now executed in a ThreadPoolExecutor to avoid problems with multiple event loops.
- Loading branch information