QueryHandler doesn't really check individual command return status #107
Labels
Bug
Indicates unexpected or undesired behaviors
Discussion Needed
Require additional context and discussion
Priority: Backlog
Tasks that are not pressing, but to be tracked and revisited
Line 398 in src/QueryHandler.cc which checks for "status" entry in response JSON seems to essentially be a no-op since it does not descend into any command structure. You have to index into the data structure with the command name if you actually want to check status per command.
The text was updated successfully, but these errors were encountered: