Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodal committed Sep 10, 2024
1 parent 26ef2bc commit 0918945
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ protected Mono<Void> doPreStartReactively() {
Mono<Void> mono = startTriggers();

if (triggerDisposable == null) {
triggerDisposable = triggerFlux.subscribe();
triggerDisposable = triggerFlux.contextCapture().subscribe();
}

if (!initialHandled.getAndSet(true)) {
Expand Down

0 comments on commit 0918945

Please sign in to comment.