Yakiv Yereskovskyi
11/04/2024, 11:55 AMYakiv Yereskovskyi
11/05/2024, 1:09 PMkotlin.coroutines.coroutineContext
, but probably it will break control flow.
@Alexander Sysoev wdyt?Alexander Sysoev
11/05/2024, 1:13 PMAlexander Sysoev
11/05/2024, 1:13 PMEmpty Supervisor Job
, the task is called on a service scope, which in turn is a child of the transportAlexander Sysoev
11/05/2024, 1:14 PMYakiv Yereskovskyi
11/05/2024, 1:16 PMAlexander Sysoev
11/05/2024, 1:21 PMYakiv Yereskovskyi
11/05/2024, 1:49 PMthe task is called on a service scope, which in turn is a child of the transportas I see, yes, it is a child of transport job, but transport context is lost, it is just a supervisor job that depends on parent: https://github.com/Kotlin/kotlinx-rpc/blob/f7c135b99ef3124ee76a719e2243c2012f9ca53[…]server/src/jvmMain/kotlin/kotlinx/rpc/krpc/server/KRPCServer.kt
May I ask you please to file a issue on GitHub and provide a simple reproducer for it?sure, I’ll create a simple issue first, and they will try to find a time to write a reproducer
Yakiv Yereskovskyi
11/05/2024, 2:06 PM