alex-lzl

Results 3 comments of alex-lzl

> try this patch [mrlequoctuan@e424f74](https://github.com/mrlequoctuan/grpcc/commit/e424f74cf39a4894b41f797b28a8224e38abd731) > or just try my fork :) Your fork saves the day for me! It also fixed unary callback (broken in 1.1.3 here). Thank you!

I am currently using mapstruct (1.3.0beta1) with Kotlin and gRPC (proto3). The example ProtobufAccessorNamingStrategy doesn't work to handle the mapping between "permissions" and "permissionsList" (the getElementName method doesn't even get...

> See [yidongnan/grpc-spring-boot-starter#126](https://github.com/yidongnan/grpc-spring-boot-starter/pull/126) for my attempt to fix the concurrency issue (for a different grpc-spring library though). This concurrency issue is terrible, you can easily reproduce it by sending concurrent...