Skip to content
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

Fix NSURLSession being prematurely invalidated #702

Merged
merged 1 commit into from
Jul 7, 2017

Conversation

tonyxiao
Copy link
Contributor

@tonyxiao tonyxiao commented Jul 7, 2017

These two separate PRs unfortunately introduced conflicting changes

#699
#679

When we re-use session, we should no longer invalidate session right after each task.

@tonyxiao
Copy link
Contributor Author

tonyxiao commented Jul 7, 2017

Tested manually and working

@codecov-io
Copy link

codecov-io commented Jul 7, 2017

Codecov Report

Merging #702 into master will decrease coverage by 0.29%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##           master     #702     +/-   ##
=========================================
- Coverage   72.76%   72.46%   -0.3%     
=========================================
  Files          39       39             
  Lines        1623     1620      -3     
  Branches      171      171             
=========================================
- Hits         1181     1174      -7     
- Misses        327      329      +2     
- Partials      115      117      +2

@tonyxiao tonyxiao merged commit e2deb26 into master Jul 7, 2017
@tonyxiao tonyxiao deleted the fix-session-invalidation branch July 7, 2017 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants