Cyrill commented on code in PR #3629:
URL: https://github.com/apache/ignite-3/pull/3629#discussion_r1579989020


##########
modules/client-handler/src/main/java/org/apache/ignite/client/handler/ClientHandlerModule.java:
##########
@@ -228,10 +230,16 @@ public void stop() throws Exception {
 
         var ch = channel;
         if (ch != null) {
-            ch.close().await();
+            try {
+                ch.close().await();

Review Comment:
   I'd rather not change the logic in this PR, it has already grown too big. 



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to