Closed danbim closed 9 years ago
When issuing a request (e.g. flash, reset) or sending a response no timestamps are made as they're not part of the message format, e.g.:
message SingleNodeResponse { optional string reservationId = 1; required int64 requestId = 2; required string nodeUrn = 3; optional bytes response = 4; optional int32 statusCode = 5; optional string errorMessage = 6; }
Solution: add timestamp field in "outer message type" or simplify message format #366
Will be done with #366
When issuing a request (e.g. flash, reset) or sending a response no timestamps are made as they're not part of the message format, e.g.:
Solution: add timestamp field in "outer message type" or simplify message format #366