isapego commented on a change in pull request #9773:
URL: https://github.com/apache/ignite/pull/9773#discussion_r793409093



##########
File path: 
modules/platforms/cpp/network/os/linux/src/network/linux_async_client_pool.cpp
##########
@@ -112,7 +110,16 @@ namespace ignite
 
             bool closed = client.Get()->Close();
             if (closed)
+            {
+                IgniteError err0(client.Get()->GetCloseError());

Review comment:
       This is not a hot path and to me copying here is safer than operating on 
reference.




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