Skip to content

Commit

Permalink
Fixed bug in RELAY.up(MessageBatch) which caused message cycles (http…
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Jun 1, 2016
1 parent c61e393 commit e4ee360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/jgroups/protocols/RELAY.java
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ public void up(MessageBatch batch) {
batch.remove(msg);
try {
handleUpEvent(msg, hdr);
continue;
}
catch(Throwable t) {
log.error(Util.getMessage("FailedProcessingMessage"), t);
Expand Down

0 comments on commit e4ee360

Please sign in to comment.