Wojtek Czekalski
Wojtek Czekalski
I know it's based on the survey. INRIA created a detailed breakdown of the survey. The % points without the source send a very weak message. The opposite would be...
Just putting it out there, I might submit a PR later if I find a moment. Some opts are missing in the typescript defs, most notably IncludeVersion.
If curl fails with what normally would be an exception on `Curl.perform`, cohttp-curl doesn't report it to the user. It gets swallowed somewhere and the response/body promises never resolve. I...
related to #240 A server might want to inform the client that it will shut down a given connection. It's especially useful in the context of rolling upgrades.
goaway is a useful feature especially in the context of long running connections. When a client receives a goaway it will be able to know that it cannot create new...
This PR contains a reimplementation of the library. Only the `eio` variant works for now. The goal of the reimplementation is to make it more: 1. modular 2. performant 3....
ocaml-h2 does not implement goaway so it's difficult to reasonably handle rolling upgrades of gRPC servers the client is connected to. Until that is supported I am not keen to...
## Why? The main repo sees very little activity and maintenance. There are some unanswered issues and unmerged pull requests there. ## Solution I believe we should vendor ocaml-protoc-plugin in...
Currently we have [this fluff](https://github.com/dialohq/ocaml-grpc/blob/main/examples/etcd/etcd_proxy.ml#L6-L64) all around the example. There are two possible solutions: 1. Simply put that logic in the `Connection` module in `grpc-lwt` (and in `grpc-async` respectively) 2....