Looks like just closing the actor wasn't enough, b...
# coroutines
d
Looks like just closing the actor wasn't enough, but when I cancel the
coroutineScope { }
that contains it, it works... why should it work that way?
g
what kind of channel are you using? I would've thought that a Rendezvous channel would give you the behaviour you want
d
Conflated, since I can delay for backpressure on android notification updates (which can potentially block the whole ui when doing too many...)
d
You can let the actor cancel the notification as its final action.