grpc
grpc copied to clipboard
gRPC Service & Protocol Buffers for Wechaty Puppet
https://github.com/wechaty/wechaty/issues/2245 #### Checklist - [x] Commit Messages follow the [Conventional Commits](https://conventionalcommits.org/) pattern - A feature commit message is prefixed "feat:" - A bugfix commit message is prefixed "fix:" - [x]...
csharp action workflow-> remove push to nuget job
fix: CI
https://github.com/wechaty/grpc/pull/201#issuecomment-1653098985 openapiv2 path change: error code protoc-gen-openapiv2/options/openapiv2.proto : error : File not found. [D:\a\grpc\grpc\polyglot\csharp\Wechaty.Grpc\Wechaty.Grpc.csproj]  tsconfig chagne: seems some sub-deps locks typescript version, so we don't need those configs.
when i use grpc(java) [grpcClient!!.messageFile(request)] to download file,report a error: Exception in thread "pool-35-thread-11" java.lang.Error: java.util.concurrent.ExecutionException: io.grpc.StatusRuntimeException: INTERNAL: FileBox.toJSON() can only work on limited FileBoxType(s). See: 2023-05-21 21:05:01.409 : at...
issue: https://github.com/wechaty/wechaty/issues/2467
We have implemented post module, however it's not implemented in puppet-service and wechaty-grpc. wechaty-grpc should support this feature so that puppet-service can support it too. realted issue: https://github.com/wechaty/wechaty/issues/2245
the lastest java lib version 0.16.1 ContactType not support CONTACT_TYPE_CORPORATION(3),
According to , we can get rid of the wrapper in our protos. > Presence tracking was added to proto3 in response to user feedback, both from inside Google and...
According to the report from - https://github.com/wechaty/getting-started/issues/254 We realized that the npm package dependency of `wechaty-grpc@^1.0.0` will automatically install the latest v1.x version, which will introduce breaking change to the...
## 🚀 Feature From #65: > When Multi-lang Wechaty is working with the GRPC Service, we should convert all values from the GRPC service to the local value, so that...