svenjacobs
09/06/2019, 6:01 AMcallbackFlow, I now saw two different "official" approaches of how to deal with upstream exceptions returned by the wrapped callback. Should I either call close(exception) or cancel(CancellationException("Error occurred", exception))?Dominaezzz
09/06/2019, 10:37 AM