mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2025-12-06 06:52:01 +01:00
Don't raise ReactorError for alt DCs
This commit is contained in:
parent
c646cac738
commit
b63829393e
2
.github/dev.yml
vendored
2
.github/dev.yml
vendored
|
|
@ -2,7 +2,7 @@ pr: none
|
|||
trigger:
|
||||
- master
|
||||
|
||||
name: 3.3.1-dev.$(Rev:r)
|
||||
name: 3.3.2-dev.$(Rev:r)
|
||||
|
||||
pool:
|
||||
vmImage: ubuntu-latest
|
||||
|
|
|
|||
|
|
@ -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…
Reference in a new issue