Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.2.0, 2.3.0
-
None
Description
If there is an invalid command, the service() method still tries to execute it (missing else), resulting in a spurious exception. Also, the message returned to the sender is not properly generated to include the command that was invalid.