Skip to content

Commit 0f34c88

Browse files
committed
improve-navigation-change-service
1 parent 2838cc4 commit 0f34c88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jvm-common/src/main/kotlin/org/digma/intellij/plugin/idea/navigation/NavigationDiscoveryChangeService.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,8 @@ class NavigationDiscoveryChangeService(private val project: Project, private val
328328
Log.log(logger::trace, project, "quite period completed in launchFullUpdateJob, launching full update")
329329
//what ever happens resume must be called before this coroutine completes
330330
try {
331+
//resume before launching full update to make sure we don't miss updates
332+
resume()
331333
//if the coroutine was canceled don't call the update, probably the project was closed
332334
if (isActive) {
333335
Log.log(logger::info, project, "launching full update span discovery in launchFullUpdateJob")

0 commit comments

Comments
 (0)