that allows duplicate events to be send.
Basically mitigate the default
distinctUntilChanged
behavior?
b
bezrukov
01/10/2021, 4:56 PM
Use SharedFlow instead, there is no way to do this with stateflow idiomatically (there is an ugly way though - via object wrapper, but even in this case some items may be lost if collector is slower than producer)