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)
DevTools
Framework
Tracking
(Not tracked)
NEW
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.
Updated•5 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•