Skip to content

Commit ae5fcee

Browse files
committed
Fix loss of message in RELAY2 (https://issues.redhat.com/browse/JGRP-2710)
1 parent 88c3251 commit ae5fcee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/org/jgroups/protocols/relay/RELAY2.java

+1
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ public Object up(Message msg) {
505505
handleTopo(topo_hdr, sender, msg, false);
506506
return null;
507507
}
508+
deliver(dest, sender, msg); // fixes https://issues.redhat.com/browse/JGRP-2710
508509
}
509510
else {
510511
if(handleAdminMessage(hdr))

0 commit comments

Comments
 (0)