113 grpc lib
Implement gRPC primitives
Merge request reports
Activity
Added 1 commit:
- 63ef6633 - Tweak doc
Nice one
Some points:
- It could be interesting to handle error differently, for example returning errors instead of fatal crash. Could be done in a later upgrade.
- It might be useful to have an example of this; one for the client and one for the server. Feel free to use the test framework or not in this case
- Don't forget to check this code with
gofmt
Added 1 commit:
- 257fe509 - Better doc
I've improved the doc, following godoc syntax. Testing is messy, and so is an example, because of the large amount of dependent code (protobuf message and x509 stuff). There is a working example in the
note
repository, so I'm not trashing the testing/example stuff but I'll take care of it later, maybe next week.Edited by Richer Maximilienmentioned in commit 7f0be09a
Please register or sign in to reply