SocketAPI: Try reconnect if socket was not connected.

This commit is contained in:
Klaas Freitag 2014-07-15 17:53:15 +02:00
parent 72a25cf6ee
commit 7bef588851

View file

@ -86,6 +86,7 @@ static RequestManager* sharedInstance = nil;
[self askOnSocket:path query:verb];
} else {
[_requestQueue addObject:path];
[self start]; // try again to connect
}
}