I have a few actors that act as a type of event bu...
# coroutines
d
I have a few actors that act as a type of event bus, but when I get an exception, no matter how many try/catches, the whole thing just crashes and stops processing the rest of the events... how could I overcome this?