Frontmatter
| id | 1551 |
| title | worker.App: connect & disconnect events |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 21, 2021, 12:58 PM |
| updatedAt | Mar 21, 2021, 1:02 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1551 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 21, 2021, 1:02 PM |
right now, the worker is firing the events on each application main view, which does not feel clean.
instead, the app worker should fire them on itself.