TLSharp/TLSharp.Core/Network
Andres G. Aragoneses 881bdd27a5 Core: make MtProtoSender.GenerateSequence() thread-safe
Even if you're not supposed to use multiple threads with TLSharp,
it might be worth it to try to make this sequence increment in
a thread-safe way. Race conditions are always bad even if you know
you are not supposed to use something in a certain way...

@Laituex was having a ErrCode=32 'msg_seqno too low' problem and this
is the first thing we looked at (even if he swore that he was not
using different threads to access the telegram network)
2020-09-21 14:52:07 +08:00
..
Exceptions Exceptions moved to separate folders (#899) 2020-01-25 02:28:37 +08:00
Requests style: more consistent naming removing underscores 2020-01-31 14:39:19 +08:00
MtProtoPlainSender.cs style: more consistent naming removing underscores 2020-01-31 14:39:19 +08:00
MtProtoSender.cs Core: make MtProtoSender.GenerateSequence() thread-safe 2020-09-21 14:52:07 +08:00
TcpMessage.cs Remove unnecessary dependencies 2020-04-05 19:33:18 +08:00
TcpTransport.cs Added an IPv4/IPv6 toggle to TelegramClient constructor (#925) 2020-04-05 23:22:36 +08:00