We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTPClient文件里的这个方法,不管有没有网络都会返回没有网络,但是startMonitoring的监听回调正常。
// return YES; return _sharedHTTPClient.reachabilityManager.reachable;
}
The text was updated successfully, but these errors were encountered:
印象中,AF 只有第一次 判断会出现迟缓的现象,所以我一直弃用;你可以尝试其他网络判断的,作为替代。
Sorry, something went wrong.
好的,从你 demo 里学到了很多东西,谢谢!
No branches or pull requests
HTTPClient文件里的这个方法,不管有没有网络都会返回没有网络,但是startMonitoring的监听回调正常。
// return YES;
return _sharedHTTPClient.reachabilityManager.reachable;
}
The text was updated successfully, but these errors were encountered: