Commit 75692253 authored by Guus der Kinderen's avatar Guus der Kinderen

Merge pull request #472 from ishmakov/really-all-resources-fix

Fix twice sending of messages on route.really-all-resources=true
parents 80386d5f 3e7b3fa6
......@@ -560,6 +560,9 @@ public class RoutingTableImpl extends BasicModule implements RoutingTable, Clust
session.process(packet);
}
}
if (JiveGlobals.getBooleanProperty("route.really-all-resources", false))
return true;
// Get the highest priority sessions for normal processing.
List<ClientSession> highestPrioritySessions = getHighestPrioritySessions(nonNegativePrioritySessions);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment