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
When an entity starts to terminate, it forks daemon the interruption effect and removes the entities from the alive set.
If shard interruption occurs and completes before that entity fully shutdown, entity termination will not complete.
When an entity starts to terminate, it forks daemon the interruption effect and removes the entities from the alive set.
If shard interruption occurs and completes before that entity fully shutdown, entity termination will not complete.
Sample test written in typescript:
https://github.com/mattiamanzati/shardcake/blob/dca200d6c6c3d10a18379355cc23c74fab6338cf/test/SampleTests.ts#L292-L344
The text was updated successfully, but these errors were encountered: