Closed aryx closed 6 months ago
Here is my configuration:
opam list | grep grpc
grpc 0.2.0 A modular gRPC library
grpc-eio 0.2.0 An Eio implementation of gRPC
[pad@thinkstation ocaml-grpc (main)]$ opam list | grep eio
eio 0.11 Effect-based direct-style IO API for OCaml
eio_linux 0.11 Eio implementation for Linux using io-uring
eio_main 0.11 Effect-based direct-style IO mainloop for OCaml
eio_posix 0.11 Eio implementation for POSIX systems
gluten-eio 0.4.1 EIO runtime for gluten
grpc-eio 0.2.0 An Eio implementation of gRPC
h2-eio 0.10.0 EIO support for h2
Closing, switching to eio 1.0 solved the issue!
following the routeguide tutorial I did:
But then get this error:
and with the client: