We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As CombineExt already implements flatMapLatest, I think it might be a good idea to add concatMap as well.
What do you think? I might look into it on a weekend if we agree on adding it. 😊
The text was updated successfully, but these errors were encountered:
I’ll be happy to have it ! It’s a really useful operator
Sorry, something went wrong.
Hey @ohitsdaniel. Someone mentioned using flatMap(maxPublishers: .max(1)) has the same effect as .concatMap. Want to try it ? @ohitsdaniel
Successfully merging a pull request may close this issue.
As CombineExt already implements flatMapLatest, I think it might be a good idea to add concatMap as well.
What do you think? I might look into it on a weekend if we agree on adding it. 😊
The text was updated successfully, but these errors were encountered: