help pls with RuntimeError: no running event loop #495
-
Hello everyone! Please tell me if anyone has encountered a problem in granian I launch the application like this I'm switching back to uvicorn and I don't encounter this error |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@danial29rus you have something in your application bootstrap that initialise the event loop, but that's not supported in Granian. You should use |
Beta Was this translation helpful? Give feedback.
i update from 1.6 to 1.7.6, set flag --task-impl [asyncio] and errors disappeared