Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions engine/packages/pegboard-runner/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ impl CustomServeTrait for PegboardRunnerWsCustomServe {
}
// Clear alloc idx if not evicted
else {
// Eviction implies the replacement connection reused the same runner_id and already
// rewrote the alloc idx, so clearing here would race the new connection.
// Make runner immediately ineligible when it disconnects
let update_alloc_res = self
.ctx
Expand Down
Loading