xtern commented on a change in pull request #7486: IGNITE-12733: 
TransmissionHandler can now notify user listeners when it ends
URL: https://github.com/apache/ignite/pull/7486#discussion_r387805861
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoManager.java
 ##########
 @@ -2835,7 +2835,11 @@ private void receiveFromChannel(
                 boolean exit = in.readBoolean();
 
                 if (exit) {
-                    rcvCtxs.remove(topic);
+                    ReceiverContext rcv0 = rcvCtxs.remove(topic);
 
 Review comment:
   Why not name this variable simply "rcv" (instead of rcv0)?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to