-
Notifications
You must be signed in to change notification settings - Fork 194
transform CF Client error & optimize host frozen logic #370
New issue
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
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #370 +/- ##
===========================================
- Coverage 81.06% 77.61% -3.45%
===========================================
Files 83 83
Lines 5978 6281 +303
===========================================
+ Hits 4846 4875 +29
- Misses 1132 1406 +274
Continue to review full report at Codecov.
|
| return nil; | ||
| } | ||
|
|
||
| NSInteger errorCode = -1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@YangSen-qn 这里应该用 kQNNetworkError 吧?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kQNNetworkError是在上层,所以不建议引进来
No description provided.