mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-10 21:07:25 +03:00
This would cause issues when creating and setting a different event loop from a different thread since it would use the old loop and not the new one, solved by explicitly getting the loop every time, although this has a slight performance hit. |
||
|---|---|---|
| .. | ||
| client | ||
| crypto | ||
| errors | ||
| events | ||
| extensions | ||
| network | ||
| sessions | ||
| tl | ||
| __init__.py | ||
| default.py | ||
| helpers.py | ||
| sync.py | ||
| utils.py | ||
| version.py | ||