352: General Principle to require observable conversation completion.
Add a messageAccepted message. messageAccepted is the opposite of messageRejected. For each business message the response is either messageRejected or messageAccepted. A response must be given so that the completion of this exchange is observable. Today when a businessMessage is sent the response can either a messageRejected or nothing. The problem with sending nothing is … Continued