Thibault Wittemberg
Thibault Wittemberg
Hi @jvigneshcs sorry for the laaaaate answer. It is not supported for now. You will have to pass multiple --exclude-packages XXX instructions. Perhaps we could do better with variadic arguments...
Hi @freak4pc FYI, RxReduce is not under active development. I will archive it.
Hi, Perhaps it as to do with the fact that an `AsyncStream`, once it is cancelled, cannot be iterated again. Perhaps try to replace it with an `AsyncThrowingBufferedChannel`?
Ultimately you are right … the multicast operator should support several tasks no matter the upstream sequence … I’ll look into it
Thanks a lot. Share is just a shortcut for multicast + AsyncPassthroughSubject. You’ll get the same result. I’ll take a look as soon as possible to your usecase
Could you test the new version 0.5.2, it should have fixed that? thanks.
Did you try with keeping an AsyncStream ?
Hi. I did that some time ago in this repo https://github.com/sideeffect-io/AsyncExtensions Perhaps we could reproduce that in this Apple repo.
Here https://github.com/sideeffect-io/AsyncExtensions/blob/main/Sources/Operators/AsyncSequence+FlatMapLatest.swift