Frontmatter
| id | 5727 |
| title | Colors.view.ViewportController: destroy() => clear the setInterval() call |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 9, 2024, 11:40 AM |
| updatedAt | Aug 9, 2024, 11:40 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5727 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 9, 2024, 11:40 AM |
when destroying the app, we must no longer frequently ask for new websocket data.
@mxmrtns