Skip to content

How to cancel Multi stream with chained async calls in transform callback #711

Answered by jponge
thebe14 asked this question in Q&A
Discussion options

You must be logged in to vote

Instead of using transform (which is synchronous) and subscribing from there, you should look at transformToUni.
The returned Uni is then either with a value or a failure, depending on what the asynchronous operation it models did.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by thebe14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants