-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grpc 1.45+ support #157
Grpc 1.45+ support #157
Conversation
Hello, I was working on a similar change on my side but couldn't get the nix bits to work. If I understand your PR correctly, after this change the gRCP-haskell library won't let you create insecure connections anymore. I think there is a way to preserve the existing API, which allows to create insecure connections. The grpc C library lets you create insecure credentials, which you can then pass to |
Oh hey! Thanks for the tip! I think that should push this over the line! |
Instead of making secure connections mandatory, use insecure credentials to keep existing API unchanged.
It seems as though the `./Setup sdist` now unsets the executable bit.
Thanks a lot, @jsoo1! |
No description provided.