mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-07 23:43:56 +00:00
Don't raise ReactorError for alt DCs
This commit is contained in:
parent
c646cac738
commit
b63829393e
2 changed files with 3 additions and 2 deletions
|
|
@ -347,7 +347,8 @@ namespace WTelegram
|
|||
}
|
||||
catch
|
||||
{
|
||||
RaiseUpdate(reactorError);
|
||||
if (IsMainDC)
|
||||
RaiseUpdate(reactorError);
|
||||
lock (_pendingRpcs) // abort all pending requests
|
||||
{
|
||||
foreach (var rpc in _pendingRpcs.Values)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue