Skip to content

Commit 8e9632f

Browse files
GioeleB00Copilot
andauthored
Update src/app/core/runtime/edge.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3848bc0 commit 8e9632f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/core/runtime/edge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _deliver(self, state: RequestState) -> Generator[simpy.Event, None, None]:
5353
transit_time = general_sampler(random_variable, self.rng)
5454
yield self.env.timeout(transit_time)
5555
state.record_hop(self.edge_config.id, self.env.now)
56-
self.target_box.put(state)
56+
yield self.target_box.put(state)
5757

5858

5959
def transport(self, state: RequestState) -> simpy.Process:

0 commit comments

Comments
 (0)