Refine command outputs to capture whether a segment has been received instead of relying on the deserialized value state #2498
Labels
type: task
A general task
Milestone
Currently, all command outputs check the decoded value state when decing which segment to read:
A codec can well decode into a
null
value effectively destroying the protocol order in which responses are read. It would be better to set a state (e.g. boolean), something along the lines of:The text was updated successfully, but these errors were encountered: