-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: await credentials when subscribing #351
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks right; just some nits
see note; the old race condition guard is no longer applicable |
I assume this really should be a major version bump because of the interface change? Even though that feels silly for a small bug fix. |
## [1.0.1](v1.0.0...v1.0.1) (2020-06-08) ### Bug Fixes * await credentials when subscribing ([#351](#351)) ([df9f3a8](df9f3a8))
🎉 This PR is included in version 1.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I think this should do the trick, though tbh I'm not quite sure if this is what you were suggesting (and also whether this means a major version bump from changing the interface to
CredentialsManager
).