-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Currently the async client creates one thread for each PeriodicExecutor and each thread runs its own asyncio loop. Instead we should only create one thread and share it for SDAM and background tasks.
- duplicates
-
PYTHON-4725 Async client should use tasks for SDAM instead of threads
- Closed