Hi!
Appreciate your work!
Issue Description:
While trying to run the example aiohttp demoapp using aqueduct, I encountered an error "aqueduct.exceptions.FlowError: Task timeout error".
Tried to set timeout_sec=100.0 for Flow, but the problem remained.
Environment Details:
- OS: Ubuntu 20.04
- Python version: 3.11.8
- aiohttp version: 3.9.2
- Aqueduct version: 1.11.3
NB:
Tried python3.8 and aiohttp==3.7.4.post0 worked well, what versions of python and aiohttp are supported?