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

Correctly read binaryStreamOnly param #728

Merged
merged 2 commits into from
Oct 19, 2019
Merged

Correctly read binaryStreamOnly param #728

merged 2 commits into from
Oct 19, 2019

Conversation

ball-hayden
Copy link
Contributor

@ball-hayden ball-hayden commented Aug 5, 2019

Fixes #727

options[@"binaryStreamOnly"] isn't a BOOL, but is actually a _NSCFBoolean.
To correctly read the value of it, we must get the boolValue of the object.

@itinance itinance merged commit e6d35b3 into itinance:master Oct 19, 2019
@itinance
Copy link
Owner

Many thanks!

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.

iOS uploads stuck in binaryStreamOnly mode
2 participants