I am trying to use kotlin flow in Service to send data and collect it through Binder in activity. But after testing, flow can only be collected once, is this some cross-process limitation? Is there a better way to listen data changes in service?
a
Adam Powell
06/04/2022, 2:04 PM
the best way to get help would be to post your code