-
Notifications
You must be signed in to change notification settings - Fork 73
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 version 1.9.0 breaks getAll() #59
Labels
Comments
Thanks for the report, I'll look into it tonight |
Same issue here. const keys = await etcd.getAll().prefix('stem').strings()
|
Looks like this is a result of grpc/grpc-node#162. I'll lock grpc to 1.8.0 in this module and look into PR'ing a fix to grpc in the morning. |
Fixed in 7a034e6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't have a good unit test, but the following sequence throws an error:
etcd.getAll().prefix(myPrefix).strings().then()
--> Error: Argument mismatch in makeUnaryRequestI can dig deeper if needed, but my guess is you just need to fix your dependency for now.
The text was updated successfully, but these errors were encountered: