protobufjs

Sending Http2 Request to GRPC Server Node, Illegal Buffer

狂风中的少年 提交于 2019-12-11 16:17:09
问题 I am attempting to utilize protobuf.js and provide it a transport layer (rpcimpl) since it is transport agnostic. I can successfully convert all the proto files and to a direct grpc Client and Sever via protobuf (loadSync, lookup) to grpc's (loadObject). This allows me to get a concrete grpc implementation of server and client up with tests. The next step was to test a protobuf client (instable) to grpc server stable. This is more out of curiosity to see if we can be independent of grpc's