Closed aryx closed 5 months ago
This is fixed in #56
Do you have a timeline for where your reimplementation will be finished @wokalski ?
I'm afraid I don't. It's already used in production but there's still stuff I'd like to improve. In more than 2 weeks and less than 1 month I'll be using it very extensively again in a work project and I'll likely finish the reimpl off then.
ok great!
I followed the instructions in https://github.com/dialohq/ocaml-grpc/blob/main/examples/routeguide-tutorial.md
and run
dune exec -- routeguide-server ./examples/routeguide/data/route_guide_db.json
in one terminal anddune exec -- routeguide-client
in another one, but as opposed to the documentation that says the client will show response from the streaming server one second at a time, instead I get all the results at the very end in one block.I'm running the example from the ocaml-grpc repository, with eio 1.0 and OCaml 5.2.0 on arch linux.