Tzu Gwo
Tzu Gwo
There are two ways to solve your issue: 1) make your custom protocol 2) use Apache Thrift (TSimpleJSONProtocol or TJSONProtocol) But, if you just want to deserialze JSON object to...
You need to overwrite TJSONProtocol, Apache Thrift TJSONProtocol can not be used with thriftpy.
It's a known defect, thanks for reporting, I will try to fix it in the future.
I tried to fix it in thriftpy2, go to https://github.com/Thriftpy/thriftpy2/pull/21 and get more informations, hope to see your feedback, thanks.
Thank you, I think it should be fixed.
Thanks, I am looking for reproducing your case and testing your solution.
LGTM, cc @aisk
which version of cython you use
Thriftpy was not supported any more, it merged into thriftpy2 with https://github.com/Thriftpy/thriftpy2/pull/8, thanks!
Thriftpy was not supported any more, please migrate to [thriftpy2](https://github.com/Thriftpy/thriftpy2), and tornado 5.0 or later has been supported, please modify this pull request, thanks!