Telethon/telethon/network
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
..
__init__.py Totally refactored source files location 2016-09-17 20:45:12 +02:00
authenticator.py Fix bug introduced in #d08794 found by @k1-hedayati 2017-01-13 21:22:53 +01:00
mtproto_plain_sender.py MtProtoPlainSender was not connecting (closes #62) 2017-04-29 20:57:08 +02:00
mtproto_sender.py Don't start the updates thread until signed in 2017-05-19 21:44:50 +02:00
tcp_client.py Raise an exception if recv() returned 0 bytes 2017-05-20 11:02:19 +02:00
tcp_transport.py Reconnect on timeout inside timeout (#61) 2017-04-29 11:07:32 +02:00