Open Bug 1620620 Opened 5 years ago Updated 2 years ago

Actor can't fire events until it's fully created.

Categories

(DevTools :: Framework, defect, P3)

defect

Tracking

(Not tracked)

People

(Reporter: yzen, Unassigned)

Details

When actor emits an event, it requires an actorID. Actor id seems to only be set when lazy-pool::createActor finishes creating actor instance. This means that if an actor tries to fire an event any time before it's actor id is set, it will be assumed that the actor is already destroyed, which is not the case since it's just not completely created.

Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.