Skip to content

Commit

Permalink
Fix hanging itx
Browse files Browse the repository at this point in the history
  • Loading branch information
SevInf committed Nov 28, 2023
1 parent e5c9716 commit 08accae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions query-engine/core/src/interactive_transactions/actors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ pub(crate) async fn spawn_itx_actor(
if run_state == RunState::Finished {
break
}
} else {
break;
}
}
}
Expand Down

0 comments on commit 08accae

Please sign in to comment.