-
Type:
Task
-
Resolution: Done
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
The asyncio docs state that asyncio.get_running_loop() should always be preferred over asyncio.get_event_loop(): https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.get_event_loop. We currently use asyncio.get_event_loop() in several places. These should be updated to conform.