I am trying to use kotlin flow in Service to send ...
# android
r
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
the best way to get help would be to post your code