if( gm != null && gm.move(mtr, piece) == true){
rId = gm.getUserId(userId);
Checkers.log.info("++++++++++++GAME_MOVE Sending Move to remote host id "+rId+"++++++++++++");
channelService = ChannelServiceFactory.getChannelService();
channelService.sendMessage(new ChannelMessage(rId, "{\""+Constant.MESSAGE_TYPE+"\":\""+Constant.GAME_MOVE+"\"}"));
channelService.sendMessage(new ChannelMessage(rId, gson.toJson(mtr)));
if( gm.getMTable() == null ){
channelService.sendMessage(new ChannelMessage(rId, "{\""+Constant.MESSAGE_TYPE+"\":\""+Constant.GAME_PLAY+"\"}"));
channelService.sendMessage(new ChannelMessage(rId, gson.toJson(Constant.GAME_PLAY)));