Telethon/network
Lonami 72bc9df683 Made MtProtoSender multi-thread safe
This will allow you to, for example, send requests
when you get an update (if someone tells you something,
you can automatically reply something else). Beware,
this may lead to an infinite loop so add conditions!
2016-09-10 11:01:03 +02:00
..
__init__.py Completely refactored unit tests, removed unused code 2016-09-08 16:11:37 +02:00
authenticator.py Completely refactored unit tests, removed unused code 2016-09-08 16:11:37 +02:00
mtproto_plain_sender.py Completely refactored unit tests, removed unused code 2016-09-08 16:11:37 +02:00
mtproto_sender.py Made MtProtoSender multi-thread safe 2016-09-10 11:01:03 +02:00
tcp_client.py Added a thread lock to the TcpClient 2016-09-10 10:17:15 +02:00
tcp_transport.py Added a thread lock to the TcpClient 2016-09-10 10:17:15 +02:00