if (!isamember(mem, newmem) && me != mem) {
LOG("delete " << mem);
invalidate_handle(mem);
+ //handle(mem).invalidate();
}
}
case rpc_const::atmostonce_failure:
case rpc_const::oldsrv_failure:
invalidate_handle(m);
+ //h.invalidate();
break;
default:
LOG("problem with " << m << " (" << ret << ") my vid " << vid << " his vid " << r);