flx.register("output", function(msg){
  if (msg.res) {
    // console.log(">> REG " + msg.cid);
    this.cid[msg.cid] = msg.res;
  } else {