mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 00:14:07 +01:00
modules/client/sync: Give client more async() after /sync 408.
This commit is contained in:
parent
5a73e631a6
commit
173d19ee6a
1 changed files with 2 additions and 1 deletions
|
@ -268,7 +268,8 @@ try
|
|||
*client, http::REQUEST_TIMEOUT
|
||||
};
|
||||
|
||||
client->close(net::dc::SSL_NOTIFY, net::close_ignore);
|
||||
client->longpoll = false;
|
||||
client->async();
|
||||
}
|
||||
catch(const std::exception &e)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue