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

iOS uploads stuck in binaryStreamOnly mode #727

Closed
ball-hayden opened this issue Aug 5, 2019 · 1 comment · Fixed by #728
Closed

iOS uploads stuck in binaryStreamOnly mode #727

ball-hayden opened this issue Aug 5, 2019 · 1 comment · Fixed by #728

Comments

@ball-hayden
Copy link
Contributor

On iOS, files are always uploaded in binaryStreamOnly mode.

I'm not an Objective C expert, but the issue seems to be that the assignment here isn't taking.

params.binaryStreamOnly = options[@"binaryStreamOnly"];

(lldb) print options[@"binaryStreamOnly"]
(__NSCFBoolean *) $15 = 0x000000010eb98380 NO
(lldb) print params.binaryStreamOnly
(BOOL) $16 = YES
@ball-hayden
Copy link
Contributor Author

ball-hayden commented Aug 5, 2019

I'm wondering if this is because the params object isn't actually initialised, but is only allocated?
Would that make any sense?

EDIT: I think that's garbage

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 a pull request may close this issue.

1 participant