Actor Template: consider making error message a Reply OR Notification

Issue #2 resolved
James Powell repo owner created an issue

Having error messages sent in reply to a command AND as a Notification can be problematic, since it can lead to double error displays to the User, and double error handling somewhere. Consider having the Notification only if there is no Reply Address to reply to.

Comments (3)

  1. James Powell reporter

    Added this to Templates. Default is same as current behaviour, but with an easy boolean to switch to Notify only if no Reply Address.

    Note: Reply Address is not tested for validity; any Reply Address counts.

  2. Log in to comment