This question didn't get much traction in <#C1CFAF...
# flow
c
This question didn't get much traction in #coroutines so i figure that id ask here. I'm joining a project that has a bit of a flow hell going on. Bunch of flows started off of other flows. collect instead of collectLatest being used in some places. I was just wondering if anyone had any debugging tips or something to be able to tell how many flowables are still being collected. what hot flowables are still emitting without their being an observer. etc. Are logs my only hope here?