mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-07 22:03:40 +00:00
Implemented server.go and half implemented client.go Finishes implementation for greeter go example Update grpc code for monster.fbs Adds a couple of cpp methods Adhere to gofmt standards Adds a readme for issues with grpc
7 lines
200 B
Markdown
7 lines
200 B
Markdown
## Languages known issues
|
|
|
|
### Go
|
|
|
|
- Always requires the `content-type` of the payload to be set to `application/grpc+flatbuffers`
|
|
|
|
example: `.SayHello(ctx, b, grpc.CallContentSubtype("flatbuffers"))` |