dialohq / ocaml-grpc

gRPC library for OCaml
https://dialohq.github.io/ocaml-grpc
BSD 3-Clause "New" or "Revised" License
60 stars 9 forks source link

Update to eio.0.11 #37

Closed tmcgilchrist closed 1 year ago

tmcgilchrist commented 1 year ago

Needs a (socket :> Eio.Flow.two_way) cast in the example code due to minor changes to the object types for Eio.Flow.streaming and Eio.Flow.two_way. This change is backwards compatible with eio.0.10 so I've left it as the lower bound here.