Thanks man. Just to close out the thread I ended up reading them as you 
suggested:

try {
    capnp::StreamFdMessageReader reader(sockfd);
    MYTYPE::Reader rootReader = reader.getRoot<MYTYPE>();
    rootReader.getField()....
    ...
  } catch(...) {
    //didn't work
  } 

-- 
You received this message because you are subscribed to the Google Groups 
"Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/capnproto.

Reply via email to