Open Runner-42 opened 2 years ago
Instead of a custom message events, standardize on JSON message structure For example the stop processing event would change from "P;STOP" to [ { "Type" : "Processing", "Event" : "STOP" } ]
Testing successfully completed on test environment
Instead of a custom message events, standardize on JSON message structure For example the stop processing event would change from "P;STOP" to [ { "Type" : "Processing", "Event" : "STOP" } ]