}*/ //TODO: #### Need to double check whether this sleep is necessary
Response[] responses = null;
do {
try {
responses = rpcMembershipChannel.send(wkaMembers,
new JoinGroupCommand(),
RpcChannel.ALL_REPLY,
Channel.SEND_OPTIONS_ASYNCHRONOUS |
TribesConstants.MEMBERSHIP_MSG_OPTION,
10000);
if (responses.length == 0) {