Open
Description
Hi,
when using SharedFlows the function last() delivered by Reduce.kt through extensions will never return. It collects the flow and suspends until it is completed, but SharedFlows never complete.
For intuitive usage last() in SharedFlows should be a shortcut for replayCache.last()
Thanks!