You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RouteGuide program from the GRPC tutorials is useful because it demonstrates all of the streaming modes and some async stream interactions. It'd likely help bring new grpc-haskell users up to speed with a familiar example, as well as help us evaluate any rough edges in the high level APIs that we could do with some polishing.
I'd like to take a stab at this when I have a chance, and have been meaning to do so for a while, but if someone wants to tackle it before I'm able, feel free to do so -- just let me know if you've started so we don't duplicate effort.
The text was updated successfully, but these errors were encountered:
This adds a `Show` instance for `Builder` that generates valid Haskell
code and uses this to simplify the examples. The `Show` instance helps
when testing `Builder` in the REPL without having to wrap everything in
`toLazyByteString`
However, this does not add a `Show` instance for
`Proto3.Wire.Encode.Builder` since that type does not expose an API for
assembling a `Builder` from a sequence of bytes
The RouteGuide program from the GRPC tutorials is useful because it demonstrates all of the streaming modes and some async stream interactions. It'd likely help bring new
grpc-haskell
users up to speed with a familiar example, as well as help us evaluate any rough edges in the high level APIs that we could do with some polishing.I'd like to take a stab at this when I have a chance, and have been meaning to do so for a while, but if someone wants to tackle it before I'm able, feel free to do so -- just let me know if you've started so we don't duplicate effort.
The text was updated successfully, but these errors were encountered: