Sergey Gorodetsky
10/27/2024, 3:07 PMcallbackFlow for every callback (tens or even hundreds of them), and then to use combine to produce models of domain layer (each model uses data from up to 10 different callbacks). Is this the best way to achieve that or I miss something and there is better approach?Daniel Weidensdörfer
10/27/2024, 3:51 PMcombine will only fire once all input flow sent at least 1 value.uli
10/28/2024, 4:04 PMcallbackFlow { } and rather add transforms downstream.