Daniel Ege
Daniel Ege
I was thinking about adding "Optional WYSIWYG like buttons for less techie people" along with keyboard shortcuts as part of a project I'm considering.
OK, thanks for confirming! Based on your comment [here](https://github.com/grpc/grpc-node/issues/1588), > The intended and recommended usage of gRPC is to create a connection once and then use it to make many...
I spent the last day debugging this, and here are my findings so far... For background, I have a go-based GRPC server running in the cloud, and previously I was...
With grpc-js With legacy grpc library What I mean is that I wrote a program to make ten grpc calls to the grpc-go server endpoint from the grpc node client...
"is it talking about time in which no code was running and the Node process was simply sleeping waiting for something to happen, or is it talking about time in...
Ok, will get the grpc-js logs to you monday then. Thanks for following up! On Fri, Jun 18, 2021, 5:52 PM Michael Lumish ***@***.***> wrote: > I guess I misread...
Here is the [grpc-js log output](https://gist.github.com/hardboiled/6fbb46193dc87c3ebf66494a29232f50).
Sure, here is the [localhost output](https://gist.github.com/hardboiled/b1976c96cf5e7490f181f12c2f3a7cc3).
Yeah, the chunk difference was the only thing I noticed between the logs as something that might be some sort of clue. Keep in mind that when running against localhost,...
```protobuf message WeK8sGenericService { string cluster = 1; string namespace = 2; string name = 3; map annotations = 4; repeated string hosts = 5; } message ListWeK8sGenericServicesResponse { repeated...