Skip to content
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

Using UpdateManager.GitHubUpdateManager freeze my program #1819

Open
alejo9010 opened this issue Jun 17, 2022 · 1 comment
Open

Using UpdateManager.GitHubUpdateManager freeze my program #1819

alejo9010 opened this issue Jun 17, 2022 · 1 comment

Comments

@alejo9010
Copy link

Hello im triying to implement squirrel, but once my program starts it freeze right at launch

        using (var manager = UpdateManager.GitHubUpdateManager("https://github.com/USER/REPOSITORY"))
        {
            await manager.Result.UpdateApp();
        }

this is my function
it get stuck in this line
var response = await client.GetAsync(releasesApiBuilder.ToString());

in
UpdateManager.Factory.cs

my releaseApiBuilder looks like this {repos/USER/REPOSITORY/releases}

@owns
Copy link

owns commented Jun 22, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants