-
Notifications
You must be signed in to change notification settings - Fork 17
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
-core subgem to release grpc dependencies #43
Comments
i have a version of my app working with this branch, with just the dependency name changed |
We don't need a subgem here, this gem should depend on |
Yep, will do a new release. Going to bump a minor version at least, as it feels to be a bit breaking change. |
Released in 1.2.0 |
Thanks! However I can't use it because my system still requires client-provided channel identifiers 😅 any chance you could bring that back, and take it out in 2.0? |
Nope (too late) Use 1.1.7 instead. |
wow, a version just for me! 😄 thanks! |
when using anycable over http, one doesn't need grpc
https://docs.anycable.io/ruby/http_rpc?id=rpc-over-http
this isn't possible with graphql-anycable though, because it has a dependency on anycable
so, i think we need a -core subgem
or maybe just modify this one so that grpc needs to be manually added
The text was updated successfully, but these errors were encountered: