79661019

Date: 2025-06-10 19:12:34
Score: 1
Natty:
Report link

If I understood correctly, you only need this function that communicates with the server not to block the rest of the code? If so, using aiohttp (async requests) will solve this.

BYW asyncio is meant to replace multithreading, as it allows running io-bound tasks without blocking the system, which is exactly what you need.

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Yuval Mantin