Actors' children not serialized #5

Closed
opened 2021-12-15 21:12:06 +00:00 by keith · 0 comments
Owner

Serializing actors with (dump-actors) (see #3) will not include their children because they're referred to via weak-pointers, even though they logically contain them. Furthermore, the unserialized children will be destroyed unless :destroy-after nil is passed.

Serializing actors with `(dump-actors)` (see #3) will not include their children because they're referred to via weak-pointers, even though they logically contain them. Furthermore, the unserialized children will be destroyed unless `:destroy-after nil` is passed.
keith added the
bug
label 2021-12-15 21:12:16 +00:00
keith self-assigned this 2021-12-15 21:12:20 +00:00
keith closed this issue 2021-12-16 16:51:42 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: keith/wh-engine#5
No description provided.