Skip to content

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.

4 participants