We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
工单 38664 反馈 engine 的 RPC 方法 定义中没有处理当中 callCloudFunction 返回的 err
func (engine *engine) RPC(name string, params interface{}, results interface{}, runOptions ...RunOption) error { response, err := callCloudFunction(engine.client(), name, params, (append(runOptions, &runOption{ rpc: true, engine: engine, }))...) if err := bind(reflect.Indirect(reflect.ValueOf(response)), reflect.Indirect(reflect.ValueOf(results))); err != nil { return nil } return err }
我看了下,client 上的 RPC 方法也有这个问题
The text was updated successfully, but these errors were encountered:
已在 #46 修复
Sorry, something went wrong.
No branches or pull requests
工单 38664 反馈 engine 的 RPC 方法 定义中没有处理当中 callCloudFunction 返回的 err
我看了下,client 上的 RPC 方法也有这个问题
The text was updated successfully, but these errors were encountered: