From bc82ae70a2cb7808d3736b864a1f5a95894cd89f Mon Sep 17 00:00:00 2001 From: AlexZangerle Date: Wed, 1 Apr 2026 09:16:24 +0200 Subject: [PATCH] fix: adding thinking delay before sending hungry again --- .../dapr/philosophers/philosopher/PhilosopherActorImpl.kt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/diningPhilosophers/src/main/kotlin/ac/at/uibk/dps/dapr/philosophers/philosopher/PhilosopherActorImpl.kt b/diningPhilosophers/src/main/kotlin/ac/at/uibk/dps/dapr/philosophers/philosopher/PhilosopherActorImpl.kt index d8998be..10f9abb 100644 --- a/diningPhilosophers/src/main/kotlin/ac/at/uibk/dps/dapr/philosophers/philosopher/PhilosopherActorImpl.kt +++ b/diningPhilosophers/src/main/kotlin/ac/at/uibk/dps/dapr/philosophers/philosopher/PhilosopherActorImpl.kt @@ -44,6 +44,12 @@ class PhilosopherActorImpl(runtimeContext: ActorRuntimeContext