-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Close pending loops properly in asyncio #825
Comments
Is there a way i can access the loop? and try do it myself because i don't know when you're going to do it and i just wanted to have that in my app so if you could help thanks. your lib rocks! |
Thanks, yes in Python you can access everything, |
The loop can be shared with other tasks, not only Telethon. So opening and closing the loop is not under control of Telethon. My general usecase is the following:
Right now probably |
bb3a564 has been merged, reopen after the next version is published if this error still occurs. Note that |
Asyncio is merged with Master? So i just do pip install telethon now instead of telethon-aio if its merged with master? Sorry not familiar with such terms. |
PyPi and GitHub are unrelated, and the |
Can you close the event loop properly?
Or how do i access the loop which its on? So i can do it properly
because right now when i do
CTRL+C
It throws
Could you advise me?
The text was updated successfully, but these errors were encountered: