Matthew Ramotar
11/05/2024, 5:33 PMMitch Ware
11/05/2024, 8:56 PMMatthew Ramotar
11/05/2024, 8:59 PMMatthew Ramotar
11/05/2024, 8:59 PMMitch Ware
11/06/2024, 2:54 PMblakelee
11/08/2024, 1:00 AMobserveMany
function will collect forever. Then any subsequent streams will fire off more observeMany
requests which results in multiple collectors never being disposed of. Any errors in that example won't be handled by the SoT and will crash since they are in a separate coroutine scope
I'm also not understanding the need for the MutableSharedFlow(8, 20)
Within the same function there's a small typo
.selectPostsByIds(operation.keys.map {}.map { it.toLong() })
where there's an extra mapMatthew Ramotar
11/08/2024, 2:22 PMMatthew Ramotar
11/13/2024, 8:33 PM