Hi,
I'm using java and have a transport shared by multi client threads,
reads and writes on the transport are already synchronized, I use a
TThreadPoolServer, whenever I start the server and run client threads, an
exception is thrown on the server:Thrift error occurred during processing of message. org.apache.thrift.protocol.TProtocolException: Expected protocol id ffffff82 but got 0 I don't know what it means? Maybe I miss something. Appreciate any comment. Thanks and Regards.
