Telethon/telethon
Lonami Exo dfab8f5e20 Avoid caching event loop in telethon.sync
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.
2018-11-10 11:34:26 +01:00
..
client Fix valid auth_key never being saved after switching DC 2018-11-03 18:53:26 +01:00
crypto Use new broken MessagePacker 2018-10-19 13:24:52 +02:00
errors Show the request that caused RPC errors in their messages 2018-10-15 18:35:51 +02:00
events Fix several broken links in the docs 2018-10-17 11:50:11 +02:00
extensions Cancel tasks on reconnect instead of awaiting them 2018-10-21 16:20:05 +02:00
network Fix deadlock on unexpected disconnections 2018-11-10 11:23:19 +01:00
sessions Fix file cache when using MemorySession (#1033) 2018-11-01 10:29:23 +01:00
tl Fix cancellation of custom conversation events from d474458 2018-11-08 10:08:41 +01:00
__init__.py Get rid of full_sync 2018-11-03 12:46:19 +01:00
default.py Create a default module to use as a sentinel value 2018-10-05 14:20:50 +02:00
helpers.py Use new broken MessagePacker 2018-10-19 13:24:52 +02:00
sync.py Avoid caching event loop in telethon.sync 2018-11-10 11:34:26 +01:00
utils.py Update documentation with new sections 2018-10-06 20:20:11 +02:00
version.py Fix valid auth_key never being saved after switching DC 2018-11-03 18:53:26 +01:00