LearnNewsExamplesServices
Frontmatter
id698
titleMain: register remotes to workers
stateClosed
labels
enhancement
assigneestobiu
createdAtJun 8, 2020, 9:15 PM
updatedAtJun 10, 2020, 10:00 PM
githubUrlhttps://github.com/neomjs/neo/issues/698
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJun 10, 2020, 10:00 PM

Main: register remotes to workers

tobiu
tobiu commented on Jun 8, 2020, 9:15 PM

In case multiple main threads connect, they must only expose remote methods to other workers once.

A bit tricky, since main threads can use different addons (which can have their own remote methods).

The other option is to adjust the adding remotes logic to ensure it stays unique.

Need to think a bit more about this one.

tobiu added the enhancement label on Jun 8, 2020, 9:15 PM
tobiu assigned to @tobiu on Jun 8, 2020, 9:15 PM
tobiu referenced in commit 59a2a40 - "Main: register remotes to workers #698" on Jun 10, 2020, 9:58 PM
tobiu closed this issue on Jun 10, 2020, 10:00 PM