I’m using a channel in a viewmodel as a sort of Be...
# coroutines
v
I’m using a channel in a viewmodel as a sort of BehaviorSubject. Do I need to explicitly close the channel when the viewmodel is cleared?
l
Is this
ConflatedBroadcastChannel
?
r
If it's a child of the viewModelScope. Once you cancel the parent , all the children get canceled with it I believe
v
@Luke Sleeman yes it is