Open noahgibbs opened 3 months ago
Some apps have a built-in shutdown -- for instance, ShoesSpec runs do a full shutdown afterward. This eventually causes wasm errors when we use deleted objects. It would be good to stop dispatching all events, not just heartbeat, after shutdown.
This is the same basic kind of error -- related to ruby.wasm and emscripten -- as in #1.
Some apps have a built-in shutdown -- for instance, ShoesSpec runs do a full shutdown afterward. This eventually causes wasm errors when we use deleted objects. It would be good to stop dispatching all events, not just heartbeat, after shutdown.