You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Before we used the library Kotlin-Coroutines_1.4.jar which was the latest and the timestamp of files inside is 17/3/2021. This library worked nicely with coroutines propagating the transaction between suspend function calls. But when i tried the latest with our coroutine version (1.10.2) using the agent v8.24.0 (which seems to not have the extensions yet) the result is the newrelic transaction is not propagated in some cases like proxied functions, or async functions based on completablefuture, etc. I'm hoping to use the latest extensions but seems to have regressed from that 2021 version?
Hi, Before we used the library Kotlin-Coroutines_1.4.jar which was the latest and the timestamp of files inside is 17/3/2021. This library worked nicely with coroutines propagating the transaction between suspend function calls. But when i tried the latest with our coroutine version (1.10.2) using the agent v8.24.0 (which seems to not have the extensions yet) the result is the newrelic transaction is not propagated in some cases like proxied functions, or async functions based on completablefuture, etc. I'm hoping to use the latest extensions but seems to have regressed from that 2021 version?
Thanks!