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

Fix unused bufferingPolicy in StreamOf #3668

Merged
merged 1 commit into from Dec 11, 2022

Conversation

trungducc
Copy link
Contributor

Goals ⚽

StreamOf has bufferingPolicy which is a private property but it's not used inside the struct. This PR uses bufferingPolicy to create AsyncStream in makeAsyncIterator so that the policy will be applied while interacting StreamOf

@jshier
Copy link
Contributor

jshier commented Dec 11, 2022

Looks good, thanks!

@jshier jshier merged commit ce7f662 into Alamofire:master Dec 11, 2022
@jshier jshier added this to the 5.7.0 milestone May 9, 2023
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

2 participants