Hi Vladimir, Although conceptually similar on some level, Cap'n Proto is not the same format as struct.pack. You cannot use one to parse messages created with the other.
-Kenton On Wed, May 18, 2016 at 5:36 AM, <[email protected]> wrote: > Hi > > I am trying to use capnproto for reading output of python's struct.pack > built in functionality. Are they compatible? I get > `capnp/serialize.c++:159: failed: expected segmentCount < 512; Message has > too many segments.` > > regards > vladimir > > -- > 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. > -- 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.
