mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2025-12-06 06:52:01 +01:00
Fix potential deadlock in HTTP mode
This commit is contained in:
parent
60dab9e6f3
commit
9ad6220527
|
|
@ -1518,7 +1518,7 @@ namespace WTelegram
|
|||
var data = await response.Content.ReadAsByteArrayAsync();
|
||||
var obj = ReadFrame(data, data.Length);
|
||||
if (obj != null)
|
||||
await HandleMessageAsync(obj);
|
||||
_ = HandleMessageAsync(obj);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue