Frontmatter
| id | 442 |
| title | Neo.worker.App: onLoadApplication() & onRemoteRegistered() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 7, 2020, 1:22 PM |
| updatedAt | May 1, 2020, 7:25 PM |
| githubUrl | https://github.com/neomjs/neo/issues/442 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 1, 2020, 7:25 PM |
Neo.worker.App: onLoadApplication() & onRemoteRegistered()
tobiu assigned to @tobiu on May 1, 2020, 6:07 PM

tobiu
May 1, 2020, 6:08 PM
we now really need this for the new build processes => a no longer static amount of remotes for the main thread. looking into it.

tobiu
May 1, 2020, 7:25 PM
should be fine now.
tobiu closed this issue on May 1, 2020, 7:25 PM
this was just a fast hack to manually check the registered remotes. obviously there has to be a more generic approach: main, data & vdom need to know when all of their remotes are registered and let the app worker know about this. once all 3 threads sent the ping call onLoadApplication().
should be a priority item.