osx integration: adapt to socket api changes

This commit is contained in:
Olivier Goffart 2015-01-23 16:13:16 +01:00
parent 807277c0ae
commit a999884adf

View file

@ -204,6 +204,8 @@ static RequestManager* sharedInstance = nil;
_isConnected = YES;
_isRunning = NO;
[self askOnSocket:@"" query:@"SHARE_MENU_TITLE"];
if( [_requestQueue count] > 0 ) {
NSLog( @"We have to empty the queue");
for( NSString *path in _requestQueue ) {