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
I'm starting a project where I would like to drive a C++ application from the Julia command line, through a grpc connection ( I've already developed the python/grpc prototype).
Installing gRpc.jl requires HTTP2 which requires HPack 0.2.0. but I can only find the HPack 0.1.0 release... Could you help me please :) ?
Thanks !
Fred
The text was updated successfully, but these errors were encountered:
I'm not sure it's too helpful to point to that unless you want to help with it (and integrate gRPC.jl to it). There's possibly also e.g. C code (or the Python code you already have; usable through PyCall) similar to gRPC that already uses non-Julia HPACK, and you could use that instead of gRPC.jl.
Hi,
I'm starting a project where I would like to drive a C++ application from the Julia command line, through a grpc connection ( I've already developed the python/grpc prototype).
Installing gRpc.jl requires HTTP2 which requires HPack 0.2.0. but I can only find the HPack 0.1.0 release... Could you help me please :) ?
Thanks !
Fred
The text was updated successfully, but these errors were encountered: