Erixonich commented on code in PR #7966:
URL: https://github.com/apache/ignite-3/pull/7966#discussion_r3079107483
##########
modules/platforms/cpp/ignite/protocol/messages.h:
##########
@@ -66,10 +69,16 @@ struct handshake_response {
protocol_context context{};
/** Observable timestamp. */
- std::int64_t observable_timestamp;
+ std::int64_t observable_timestamp{};
/** Server idle timeout in ms. */
- std::int64_t idle_timeout_ms;
+ std::int64_t idle_timeout_ms{};
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]