Re: Crazy TBinaryProtocol

2018-01-11 Thread André Lemos
=False) tr = Processor(CommonService.CommonService.Iface()) tr.process(iprot, oprot) (thrift 0.10.0) On Thu, Jan 11, 2018 at 3:50 PM, Allen George <allen.geo...@gmail.com> wrote: > Which client and server are you trying to use? > > Allen > > > On January 11, 2018 at 10:40

Crazy TBinaryProtocol

2018-01-11 Thread André Lemos
Hi, When parsing through a TBinaryProtocol, trying to get the readMessageBegin, readI32, returns 16777216, which will raise an EOFError, because it's just a too big of a value. If I use something like 25, I do get something pretty closer to what I am trying to get, although I still get the