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
YMURLSessionConfiguration *config = [YMURLSessionConfiguration defaultSessionConfiguration]; YMURLSession *session = [YMURLSession sessionWithConfiguration:config];
使用该方式设置configuration,发送请求多次请求会出现崩溃问题,请问是否有解决方法
The text was updated successfully, but these errors were encountered:
能否给出更多的代码,UT里有大量改例子,暂无发现有崩溃的情况。
Sorry, something went wrong.
No branches or pull requests
YMURLSessionConfiguration *config = [YMURLSessionConfiguration defaultSessionConfiguration];
YMURLSession *session = [YMURLSession sessionWithConfiguration:config];
使用该方式设置configuration,发送请求多次请求会出现崩溃问题,请问是否有解决方法
The text was updated successfully, but these errors were encountered: