Gesendet: Donnerstag, 23. Juni 2011 08:51
> An: dev@thrift.apache.org
> Betreff: an error in tutorial/py/PythonServer.py
>
> In file tutorial/py/PythonServer.py
>
> the call to TSocket.TServerSocket(9090) is a problem. It should not be
> called w/ any argument.
>
> S
In file tutorial/py/PythonServer.py
the call to TSocket.TServerSocket(9090) is a problem. It should not be
called w/ any argument.
Since the definition of TServerSocket class's __init__() is:
class TServerSocket(TSocketBase, TServerTransportBase):
"""Socket implementation of TServerTranspor