gfmio/asyncio-gevent

Is this production ready?

bellini666 opened this issue · 1 comments

Basically, are there any know issues or limitations?

I saw that on the README it says running gevent on asyncio (by using asyncio as gevent's event loop, still work in progress). What does that WIP mens for that case in specific?

gfmio commented

The asyncio on gevent use case is production-ready. I have used it without any issues for quite a while now.

The gevent on asyncio use case is not ready yet. It appears to work sometimes and for simple cases, but not reliably.

I haven't had any time recently to dive into this more deeply, but if you want to take a stab at it, PRs are welcome! :)