awakesecurity / gRPC-haskell

Haskell gRPC support
https://hackage.haskell.org/package/grpc-haskell
Apache License 2.0
236 stars 74 forks source link

Upgrade gRPC C library #117

Closed tmcgilchrist closed 3 years ago

tmcgilchrist commented 3 years ago

Tested with grpc 1.35 on OSX with a modified stack.yml setup.

Removes mapping for grpc_channel_ping see https://github.com/grpc/grpc/issues/17857 Updates definition for grpc_metadata_credentials_create_from_plugin

https://github.com/digital-asset/daml/pull/8693

Gabriella439 commented 3 years ago

@tmcgilchrist: Sorry for the delay in reviewing this. Thank you for doing this! 🙂

ProofOfKeags commented 3 years ago

It appears this needs to be released in grpc-haskell-core as well.

Gabriella439 commented 3 years ago

@ProofOfKeags: I just uploaded grpc-haskell-core-0.1.0

ProofOfKeags commented 3 years ago

Cool. I'll give it a shot.

ProofOfKeags commented 3 years ago

Everything builds like a charm now. Thanks! 🙏🏼