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.