Skip to content

Need a way to prevent replying to itself #18

@joaocac

Description

@joaocac

Example:

  • An API listener is set to reply a message every time it senses a signal
  • As it sends a signal back, it will also sense it, so we have a loop generation or replying to its own replies

Possible solution:

  • Add a sender hash (API object based) to the message
  • Mark with a hash the listener (API object based)
  • If the listener to be called have the same hash of the message sender, then it will be skipped

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions