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