Bug 1842866 Comment 8 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Upon thinking on this further, I think a better solution would be to work on Bug 1827536. That would restrict the actor from being created lest it matched a specific expression. It would also avoid having to add state to the child process.
Upon thinking on this further, I was thinking a better solution would be to work on Bug 1827536. That could restrict the actor from being created lest it matched a specific expression. It would also avoid having to add state to the child process. 

However, changing the location post-load could end up creating another actor and getting us into the same issue.
Upon thinking on this further, I was thinking a better solution would be to work on Bug 1827536. That could restrict the actor from being created lest it matched a specific expression. It would also avoid having to add state to the child process. 

However, changing the location post-load could end up creating another actor and getting us into the same issue as we listen to `load` events and allow actors to be created on that event type.

Back to Bug 1842866 Comment 8