sochix / TLSharp

Telegram client library implemented in C#
1k stars 380 forks source link

Problems while sending request using TLRequestLogOut #472

Open jorgelg opened 7 years ago

jorgelg commented 7 years ago

while trying to send a LogOut (TLRequestLogOut) request using SendRequestAsync method I've encountered that for some reason TLSharp is not able to receive the answer. It actually logs me out as expected, but it throws this exception("Couldn't read the packet length").

jinny3770 commented 7 years ago

I have same problem. Anyone knows about this problem? Please help ;(