Skip to content

Conversation

cpaillet
Copy link
Contributor

@cpaillet cpaillet commented Mar 4, 2025

  • Align with aiohttp's BaseConnector pattern of using loop = loop or asyncio.get_running_loop()
  • Remove redundant loop retrieval logic
  • Use asyncio.get_running_loop() instead of deprecated asyncio.get_event_loop()
  • Update documentation example to use asyncio.get_running_loop()

- Align with aiohttp's BaseConnector pattern of using `loop = loop or asyncio.get_running_loop()`
- Remove redundant loop retrieval logic
- Use `asyncio.get_running_loop()` instead of deprecated `asyncio.get_event_loop()`
- Update documentation example to use `asyncio.get_running_loop()`
@cpaillet cpaillet merged commit 04b42d7 into criteo:master Mar 7, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants