Thanks for your great work!
I encountered a problem and not sure what is the reason. I am using :binary protocol. It works well with Clojure server and client. But when trying with thriftpy client, it throws the error: cybin.ProtocolError: No protocol version header.
Below is the python client code I am trying. It works with the Java thrift server, but not Clojure server with thrift-clj.
Thanks for your great work! I encountered a problem and not sure what is the reason. I am using
:binary
protocol. It works well with Clojure server and client. But when trying with thriftpy client, it throws the error:cybin.ProtocolError: No protocol version header
.Below is the python client code I am trying. It works with the Java thrift server, but not Clojure server with thrift-clj.