Skip to content

Commit

Permalink
add synchronized
Browse files Browse the repository at this point in the history
  • Loading branch information
tthvo committed Apr 26, 2024
1 parent 5f3a458 commit 5e3790e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ private CompletableFuture<ContainerDetails> doContainerInspectRequest(ContainerS
return result;
}

public void handleContainerEvent(List<ContainerSpec> current) {
public synchronized void handleContainerEvent(List<ContainerSpec> current) {
QuarkusTransaction.joiningExisting()
.run(
() -> {
Expand Down

0 comments on commit 5e3790e

Please sign in to comment.