-
-
Notifications
You must be signed in to change notification settings - Fork 455
Optimize manifest downloading behavior #314
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
Conversation
…when calling install method to allow user using uninstall when manifest is not ready.
|
@taooceros consistently hitting this in vs debug: |
|
this does not happen with dev branch |
|
Oh, it was canceled? I will take a look on why this is canceled because it is not supposed to be canceled. |
So you mean that this PR fix it? |
|
No as in the dev branch doesn't run into this cancellation |
I am not sure about why there exists the cancellation, because the Get method should not include a cancellation. |
|
@jjw24 I still don't understand why there will be cancellation...... Is this replicable? If it is, would you please check whether the manifest has been downloaded successfully? If it has downloaded successfully but canceled, let me make the error message only appears on fault? |
|
I can replicate, will take a look, but I won't be able to do it until later tonight or tomorrow. In the mean time let's roll out the release because I have tested it for a while and haven't run into any issues so pretty comfortable with it. This change can go out with the next release. What do you think? |
Yeah, sure. I also quite excited on the new 1.7.0 release, as it brought out the new plugin model. |
|
Or maybe you can just merge the optimization, and let's solve the issue next time. |
I would definitely not be comfortable with merging with this issue outstanding if I can replicate it with this PR and not with the dev branch build haha |
Haha great. Let's keep it with next release! |
|
I have not experienced issue 313 any more, do we still want to make this change? |
Ah yes, I have made a couple changes to make the singleton works better. You can take a look on that. |
|
oh right i see |


This branch is intended to fix #313, but haven't done that job.