You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to ensure that if an entity with a Process component is despawned, that the underlying process is killed (or at least document the behavior appropriately).
On Linux, it seems the process would continue running in the background and no ProcessCompletedEvent or ProcessOutputEvent would be generated any more. Once Bevy exits, the process would terminate.
This behavior could be different on Windows, remains to be tested.
The text was updated successfully, but these errors were encountered:
edouardpoitras
changed the title
Properly deal with despawned entities with Process component
Properly handle despawned entities with Process component
Jan 9, 2024
We need to ensure that if an entity with a Process component is despawned, that the underlying process is killed (or at least document the behavior appropriately).
On Linux, it seems the process would continue running in the background and no ProcessCompletedEvent or ProcessOutputEvent would be generated any more. Once Bevy exits, the process would terminate.
This behavior could be different on Windows, remains to be tested.
The text was updated successfully, but these errors were encountered: