Zhiping Lao

Results 4 comments of Zhiping Lao

Good job! I had found the generated struct_names() not include exception names, so I add a PR(https://github.com/apache/thrift/pull/975) to thrift compiler to generate exception_names() meta info.

@scohen I don't know if it can replace the existing client, because the interface has changed. I make this simple client for two main reason: - Handle thrift exception using...

server_test failed with eaddrinuse? ``` 1) test it should execute successfully with after_start as noop (ServerTest) test/riffed/server_test.exs:290 ** (EXIT from #PID) :eaddrinuse ```

I have just add the bang functions. Because of thrift's exception is generated to struct in erlang, and can't tell which sturct is exception, information is lost. So riffed can't...