mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
SocketAPI: Try reconnect if socket was not connected.
This commit is contained in:
parent
72a25cf6ee
commit
7bef588851
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ static RequestManager* sharedInstance = nil;
|
|||
[self askOnSocket:path query:verb];
|
||||
} else {
|
||||
[_requestQueue addObject:path];
|
||||
[self start]; // try again to connect
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue