isapego commented on code in PR #7528:
URL: https://github.com/apache/ignite-3/pull/7528#discussion_r2815015224


##########
modules/platforms/python/cpp_module/node_connection.h:
##########
@@ -652,6 +689,15 @@ class node_connection final {
     /** Observable timestamp. */
     std::atomic_int64_t m_observable_timestamp{0};
 
-    /** SSL Configuration. */
-    const ssl_config m_ssl_config;
+    /** Heartbeat interval. */
+    std::chrono::milliseconds m_heartbeat_interval{0};
+
+    /** Last message timestamp. */
+    std::chrono::steady_clock::time_point m_last_message_ts{};

Review Comment:
   Guarded by mutex.



-- 
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]

Reply via email to