mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-05 22:45:38 +00:00
TL deserialization errors no longer cause a ReactorError. Renewing session on layer change to prevent old layer messages
This commit is contained in:
parent
85cc404213
commit
1a00ae5a77
2 changed files with 22 additions and 13 deletions
|
|
@ -50,7 +50,7 @@ namespace WTelegramClientTest
|
|||
await CreateAndConnect();
|
||||
break;
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception ex) when (ex is not ObjectDisposedException)
|
||||
{
|
||||
Console.WriteLine("Connection still failing: " + ex.Message);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue