-
Notifications
You must be signed in to change notification settings - Fork 859
subscriber: make reload an optional feature
#1286
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
base: master
Are you sure you want to change the base?
Conversation
2d745d8 to
6c6eecb
Compare
davidbarsky
left a comment
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.
Thanks for opening this! Had a few nits.
|
Orz, this PR didn't catch the |
|
Sorry! We missed this change for 0.3. The chrono vulnerability was somewhat urgent and we missed a few breaking changes that we wanted to get it. Somewhat naively, I worry that maintaining this on master while not backporting this to |
|
Thanks, @davidbarsky. 😸 |
|
Added the cc @davidbarsky |
|
Yeah, I'd like to consider a breaking release for a couple other changes, so when we do one, we should make sure this actually gets in too. |
Motivation
reloadis a useful feature for some applications such as web-appbut is unnecessary for the others such as CLI-app. I think this feature
should be optional.
Solution
Just add a new feature flag called
reloadand make it optional.