Where is the source code for kotlinx-rpc-grpc? I w...
# kotlinx-rpc
r
Where is the source code for kotlinx-rpc-grpc? I want to use it as an example of implementing a new transport protocol. I'm considering implementing a new transport on top of #C01GU4B84G5 because gRPC does not support streaming and kRPC does not handle session failure.
a
Hi! Code is in the
grpc
branch of the repository. Please be advised to use gradle
kotlinx.rpc.useProxyRepositories=false
property for local development
There is no good option for additional code gen it is is required now, you may see how grpc handles it on compiler plugin level