Erixonich commented on code in PR #7966:
URL: https://github.com/apache/ignite-3/pull/7966#discussion_r3079329875


##########
modules/platforms/cpp/ignite/client/detail/node_connection.h:
##########
@@ -232,7 +232,14 @@ class node_connection : public 
std::enable_shared_from_this<node_connection> {
      */
     std::shared_ptr<ignite_logger> get_logger() const { return m_logger; }
 
-    void handle_timeouts();
+    /**
+     * Cancels waiting for over-due responses.
+     */
+     void handle_timeouts();
+
+    const std::string& get_node_name() const {

Review Comment:
   fixed



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