Skip to content

Event binding loop detection behavior should be adjusted #540

@xthexder

Description

@xthexder

Currently events are delivered to the local event_input component before being forwarded to any event_bindings.
If the event bindings contain a loop, the event_input components will receive duplicate events before the maximum binding depth is reached.

Instead, the event bindings should be evaluated first, so that an error condition can be reached before any events are actually delivered.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingperformanceImprovements to engine performance

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions