fishy commented on pull request #2181: URL: https://github.com/apache/thrift/pull/2181#issuecomment-644216549
> I think you missed the client side :) > > ``` > # servicestest/container_test-remote > gopath/src/servicestest/container_test-remote/container_test-remote.go:164:42: not enough arguments in call to containerStruct0.ReadField1 > have (thrift.TProtocol) > want (context.Context, thrift.TProtocol) > gopath/src/servicestest/container_test-remote/container_test-remote.go:190:42: not enough arguments in call to containerStruct0.ReadField1 > have (thrift.TProtocol) > want (context.Context, thrift.TProtocol) > ``` Fixed. Sorry I missed that one. We totally ignored those `-remote` directories in our build system as we don't use them. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
