LearnNewsExamplesServices
Frontmatter
id1810
titleRealWorld.api.Base: the core.Base listener does get assigned 4x
stateClosed
labels
bug
assigneestobiu
createdAtApr 17, 2021, 4:43 PM
updatedAtApr 17, 2021, 5:36 PM
githubUrlhttps://github.com/neomjs/neo/issues/1810
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 17, 2021, 5:35 PM

RealWorld.api.Base: the core.Base listener does get assigned 4x

Closed v8.1.0 bug
tobiu
tobiu commented on Apr 17, 2021, 4:43 PM

this is definitely new:

Screenshot 2021-04-17 at 16 41 53

looking into it!

tobiu added the bug label on Apr 17, 2021, 4:43 PM
tobiu assigned to @tobiu on Apr 17, 2021, 4:43 PM
tobiu referenced in commit fcd1b0d - "RealWorld.api.Base: the core.Base listener does get assigned 4x #1810" on Apr 17, 2021, 5:34 PM
tobiu
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