If I get an exception for a coroutine scope, it’s marked as canceled even with a handler.
What is the best practice to make another call with that scope? since it’s marked canceled my instinct is to create a new one, is that the preferred approach?
I thought the handler would ensure it was not canceled, which doesn’t seem to be the case.