Skip to content

Commit

Permalink
Don't use NSInvoke to get task attributes.
Browse files Browse the repository at this point in the history
I've experimented, on iOS 14.0.1, that `invocation.getReturnValue(ret)` raises:
     [NSInvocation getArgument:atIndex:]: NULL address argument

However, using invocations seems no more needed since the properties we're
fetching are directly available from the task object.
  • Loading branch information
boutier committed Sep 30, 2020
1 parent cc507cc commit a214d97
Showing 1 changed file with 348 additions and 384 deletions.
Loading

0 comments on commit a214d97

Please sign in to comment.