grpc-tools icon indicating copy to clipboard operation
grpc-tools copied to clipboard

A suite of gRPC debugging tools. Like Fiddler/Charles but for gRPC.

Results 38 grpc-tools issues
Sort by recently updated
recently updated
newest added

# The use case * I'm developing an app using gRPC and I'm connecting to a stage/prod service running remotely * I want to sniff the traffic and forward it...

I have been successful in using grpc-dump to listen on grpc traffic from my Android device. However, when ever I try to do the same thing on my iPhone (running...

Bumps [github.com/jhump/protoreflect](https://github.com/jhump/protoreflect) from 1.7.0 to 1.9.0. Release notes Sourced from github.com/jhump/protoreflect's releases. v1.9.0 This release contains numerous improvements to the protoparse package, to more closely match protoc in terms of...

dependencies

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.26.0 to 1.39.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.39.0 Behavior Changes csds: return empty response if xds client is not set (#4505) metadata: convert keys...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.4.2 to 1.5.2. Release notes Sourced from github.com/golang/protobuf's releases. v1.5.2 Notable changes: (#1306) all: deprecate the module (#1300) jsonpb: restore previous behavior for handling nulls and JSONPBUnmarshaler...

dependencies

Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.7.0 to 1.8.1. Release notes Sourced from github.com/sirupsen/logrus's releases. v1.8.1 No release notes provided. v1.8.0 Correct versioning number replacing v1.7.1 v1.7.1 Code quality: use go 1.15 in...

dependencies

Bumps [github.com/improbable-eng/grpc-web](https://github.com/improbable-eng/grpc-web) from 0.13.0 to 0.14.0. Release notes Sourced from github.com/improbable-eng/grpc-web's releases. v0.14.0 See CHANGELOG for details Changelog Sourced from github.com/improbable-eng/grpc-web's changelog. 0.14.0 Breaking Changes Server: Change websocket lib to...

dependencies

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.0. Release notes Sourced from github.com/stretchr/testify's releases. Minor improvements and bug fixes Minor feature improvements and bug fixes Commits acba37e Only use repeatability if no...

dependencies

I'm intercepting a GRPC session which is streaming audio data, and encounter this error a few chunks in. ` proxy error: runtime error: index out of range [6] with length...