From 8bef72971e7bbf4e482bb45325ae7e42493447dd Mon Sep 17 00:00:00 2001 From: Doug Hilpipre Date: Tue, 15 Oct 2024 11:56:33 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 067e50d..f07ed97 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,9 @@ Provides instrumentation for Kotlin Coroutines. In particular it will trace the coroutine from its start, suspend and resume. It does this across multilple threads. # Advisory -The current release is experiencing problems especially in the latest versions of the Java Agent. The problem is with the Kotlin-Coroutines-Suspend.jar which is used to track suspend methods. We are working on fixing the problem but if you are experiencing NullPointerExceptions or Inconsistent tracer errors in the Java Agent log, please remove Kotlin-Coroutines-Suspend.jar from the extensions directory and restart the application. We apologize for the inconvience. We will advise when we have fixed the problem. +The current release is experiencing problems especially in the latest versions of the Java Agent. The problem is with the Kotlin-Coroutines-Suspend.jar which is used to track suspend methods. We are working on fixing the problem but if you are experiencing NullPointerExceptions or Inconsistent tracer errors in the Java Agent log, please remove Kotlin-Coroutines-Suspends.jar from the extensions directory and restart the application. +The current release has been modified and no longer contains Kotlin-Coroutines-Suspends.jar +We apologize for the inconvience. We will advise when we have fixed the problem. A new release will be generated when the problem is fixed. ## Supported Versions