[GitHub] thrift pull request: THRIFT-2911 fix c++ version zeromq transport,...

2014-12-24 Thread littletiny
GitHub user littletiny opened a pull request: https://github.com/apache/thrift/pull/339 THRIFT-2911 fix c++ version zeromq transport, the old version cannot work * Fix TTransport inheritance made by TZmqClient is indeed incorrect, TZmqClient override nothing You can merge this

[GitHub] thrift pull request: fix c++ version zeromq transport, the old ver...

2014-12-14 Thread littletiny
Github user littletiny commented on the pull request: https://github.com/apache/thrift/pull/315#issuecomment-66949477 the c++ version in directory contrib/zeromq override wrong interface in TZmqClient.h TZmqClient inherit from TTransport TTransport provide these method

[GitHub] thrift pull request: fix c++ version zeromq transport, the old ver...

2014-12-10 Thread littletiny
GitHub user littletiny opened a pull request: https://github.com/apache/thrift/pull/315 fix c++ version zeromq transport, the old version cannot work fix c++ version zeromq transport, the old version cannot work we need to override ``` TTransport::write_virt TTransport