Added more tests for dispatching with MessageSelectors.
This commit is contained in:
@@ -121,7 +121,7 @@ public class DefaultMessageDispatcher extends AbstractMessageDispatcher {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (this.broadcast && !encounteredRejection) {
|
||||
if (!encounteredRejection) {
|
||||
return true;
|
||||
}
|
||||
attempts++;
|
||||
|
||||
Reference in New Issue
Block a user