hantsy
06/01/2023, 4:24 AM~.client.ExchangeFunctions: Cancel signal (to close connection)
....
kotlinx.coroutines.JobCancellactionException: MonoCoroutines was cancelled.
and the last exception is thrown again and again till time out, what we want is if there is an exception in one iteration(we used try/catch to handle it), and move to the next iteration. Now the result it stopped the whole scheduled task.
Any idea?
https://stackoverflow.com/questions/63472729/cancel-signal-close-connection-what-could-be-the-cause