logger.debug("NODE {}: association group {} has max associations " + maxAssociations, this.getNode()
.getNodeId(), group);
// Are we waiting to synchronise the start of a new group?
if(pendingAssociation == null) {
pendingAssociation = new AssociationGroup(group);
}
if (serialMessage.getMessagePayload().length > (offset + 4)) {
logger.debug("NODE {}: association group {} includes the following nodes:", this.getNode().getNodeId(),
group);