Skip to content

Commit f89391d

Browse files
committed
fix(runner): dupe onActorStop call
1 parent b677d17 commit f89391d

File tree

1 file changed

+0
-9
lines changed
  • engine/sdks/typescript/runner/src

1 file changed

+0
-9
lines changed

engine/sdks/typescript/runner/src/mod.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,6 @@ export class Runner {
171171
}
172172

173173
this.#sendActorStateUpdate(actorId, actor.generation, "stopped");
174-
175-
this.#config.onActorStop(actorId, actor.generation).catch((err) => {
176-
logger()?.error({
177-
msg: "error in onactorstop for actor",
178-
runnerId: this.runnerId,
179-
actorId,
180-
err,
181-
});
182-
});
183174
}
184175

185176
#stopAllActors() {

0 commit comments

Comments
 (0)