Operating System
Ubuntu
Versions
Jac 0.13.5 | Python 3.12.13 | Jac-scale 0.2.13
Steps to Reproduce
We default to async routes even tho all of our IO calls uses blocking IO modules.
ByLLM also blocking
Any long blocking IO calls (ex: sleep) will hangup the server.
Expected
Proper Async Implementation
Operating System
Ubuntu
Versions
Jac 0.13.5 | Python 3.12.13 | Jac-scale 0.2.13
Steps to Reproduce
We default to async routes even tho all of our IO calls uses blocking IO modules.
ByLLM also blocking
Any long blocking IO calls (ex: sleep) will hangup the server.
Expected
Proper Async Implementation