Ryan Pierce
08/15/2020, 7:55 PMSharedFlow
and a StateFlow.buffer(_UNLIMITED_)
? Buffering a StateFlow seems to mimic SharedFlow for a simple test I created. Is there a fundamental difference between the way those two flows behave?elizarov
08/18/2020, 11:03 AMStateFlow
has builtin distinctUntilChanged operator.