[
https://issues.apache.org/jira/browse/THRIFT-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12666898#action_12666898
]
Esteve Fernandez commented on THRIFT-148:
-----------------------------------------
Andy, are you using TFramedTransport in your clients? You have to use it to
wrap your transports, it's the same case as in TNonblockingServer. If you want
to test, for example, PythonClient.py (included in the standard Thrift
distribution), simply replace the line that reads:
transport = TTransport.TBufferedTransport(transport)
with:
transport = TTransport.TFramedTransport(transport)
In any case, I'll upload an updated version, which will report if you try to
connect using a non-framed transport.
> Add support for Twisted
> -----------------------
>
> Key: THRIFT-148
> URL: https://issues.apache.org/jira/browse/THRIFT-148
> Project: Thrift
> Issue Type: Improvement
> Components: Compiler (Python), Library (Python)
> Reporter: Esteve Fernandez
> Attachments: client.py, server.py, thrift-148_v2_20081115.patch,
> thrift-148_v3.1_20081116.patch, thrift-148_v3_20081230.patch,
> thrift-148_v4_20090119.patch, txthrift.patch
>
>
> This patch adds support for Twisted in both the compiler and the Python
> library. Also attached are a client and a server based on the calculator
> example.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.