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

Resolve #722 "iOS Release network requests not completing" #723

Merged
merged 1 commit into from
Feb 23, 2022

Conversation

teodorciuraru
Copy link

@teodorciuraru teodorciuraru commented Apr 5, 2021

Providing the third, less intrusive, solution as discussed in #722 and refers to making a minor modification that proved to work for us locally and not result in the self.task object being deallocated in Release.

NSURLSessionDataTask *task = [session dataTaskWithRequest:req];
[task resume];
self.task = task;

P.S. Not sure why I can't link issues to this PR.

@teodorciuraru teodorciuraru changed the title Solve "iOS Release network requests not completing" #722 Resolve #722 "iOS Release network requests not completing" Apr 5, 2021
@retyui
Copy link

retyui commented Nov 11, 2021

Hi
This module is unmentionable ⚠️! please use fork: https://github.com/RonRadtke/react-native-blob-util

@rpenfold rpenfold merged commit 92ce51a into joltup:master Feb 23, 2022
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.

None yet

3 participants