Frontmatter
| id | 5577 |
| title | worker.mixin.RemoteMethodAccess: accessing new main threads too early |
| state | Open |
| labels | bugno auto close |
| assignees | tobiu |
| createdAt | Jul 15, 2024, 7:47 PM |
| updatedAt | May 16, 2026, 10:50 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5577 |
| author | tobiu |
| commentsCount | 3 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
worker.mixin.RemoteMethodAccess: accessing new main threads too early
Openbugno auto close

It is an edge-case bug which does happen inside our colors app websocket demo:
the app worker tries to send messages to the new main thread => loading theme files, before these remotes have been registered.
2 options: