Skip to content
This repository was archived by the owner on Jan 25, 2025. It is now read-only.

sudorandom/reflect-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detailing a bug in connectrpc.com/grpcreflect

Run Server

$ go run server/main.go

Run Client

$ go run client/main.go
Fetching acme.weather.v1.WeatherService (this service imports a file in the same package)
acme/weather/v1/service.proto acme.weather.v1

Fetching acme.weather.v2.WeatherService (split into multiple packages)
acme/weather/v2/service.proto acme.weather.v2
acme/weather/shared/types.proto acme.weather.shared

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages