Telethon/telethon
Dmitry D. Chernov bbd3eb7c28 Raise an exception if recv() returned 0 bytes
See for details: https://docs.python.org/3/howto/sockets.html
"When a recv returns 0 bytes, it means the other side has closed (or is in the process of closing) the connection. You will not receive any more data on this connection. Ever."
2017-05-20 11:02:19 +02:00
..
crypto Many code-style improvements 2016-11-30 00:29:42 +03:00
network Raise an exception if recv() returned 0 bytes 2017-05-20 11:02:19 +02:00
parser Many code-style improvements 2016-11-30 00:29:42 +03:00
tl Many code-style improvements 2016-11-30 00:29:42 +03:00
utils Improve handling invalid UTF-8 strings (#68) 2017-05-03 13:02:44 +02:00
__init__.py Totally refactored source files location 2016-09-17 20:45:12 +02:00
errors.py Add more errors 2017-03-20 12:44:10 +01:00
helpers.py Many code-style improvements 2016-11-30 00:29:42 +03:00
interactive_telegram_client.py Fix syntax of exception throwing here and there 2017-05-19 08:32:40 +02:00
log.py Add current time to the log output 2017-04-12 10:35:07 +02:00
telegram_client.py Don't start the updates thread until signed in 2017-05-19 21:44:50 +02:00