Hi Kotlin/Spring developers, I encountered an issu...
# spring
h
Hi Kotlin/Spring developers, I encountered an issue when using WebClient to send request in a forEach in a scheduled tasks. But the scheduled task is stopped due to a wired exception similar to this:
~.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