I am using actor.system.get('someSystemId') which works as expected, unless I provide a persisted state to interpret. When a state is provided, actor.system.get('someSystemId') returns undefined. If I console log out the actor, I can see the child under _state.children, but I notice _systemId is undefined instead of having what is there when no state was provided. Is this a bug?
#actor.system.get('someSystemId') undefined
1 messages · Page 1 of 1 (latest)