Frontmatter
| id | 1810 |
| title | RealWorld.api.Base: the core.Base listener does get assigned 4x |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Apr 17, 2021, 4:43 PM |
| updatedAt | Apr 17, 2021, 5:36 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1810 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 17, 2021, 5:35 PM |
RealWorld.api.Base: the core.Base listener does get assigned 4x
tobiu assigned to @tobiu on Apr 17, 2021, 4:43 PM

tobiu
Apr 17, 2021, 5:35 PM
this one was tricky to spot:
The api.Base class was using a custom method called onAfterConstructed().
At a later point, I added this method as an official class lifecycle method.
The result was a collision => double execution.
tobiu closed this issue on Apr 17, 2021, 5:35 PM
this is definitely new:
looking into it!