This commit is contained in:
Pierre-Olivier Latour
2015-09-16 11:26:00 -07:00
parent f7de5cac09
commit 81d74b46b8

View File

@@ -616,9 +616,11 @@ static inline NSString* _EncodeBase64(NSString* string) {
if (_resolutionService) {
CFNetServiceSetClient(_resolutionService, _NetServiceResolveCallBack, &context);
CFNetServiceScheduleWithRunLoop(_resolutionService, CFRunLoopGetMain(), kCFRunLoopCommonModes);
} else {
GWS_LOG_ERROR(@"Failed creating CFNetService for resolution");
}
} else {
GWS_LOG_ERROR(@"Failed creating CFNetService");
GWS_LOG_ERROR(@"Failed creating CFNetService for registration");
}
}