As I mentioned in my earlier message, I have written a set of definitions for a number of messages and now I'm trying to do an end-to-end test. I'm not clear on how framing works for flatbuffers messages. If I'm reading messages off the wire, am I responsible for getting the right sized chunks of bytes and feeding them to flatbuffers infrastructure or can fb take a look at the first X bytes and figure out the message format?
This and several other questions could be best answered with a more complete example (I'm also relatively new to c++ so that might be tripping me up as well). I don't see any blog posts or 3rd party tutorials, but please let me know if i missed something.