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

Transports request was not awaited #540

Merged
merged 4 commits into from
Jul 1, 2022

Conversation

shpingalet007
Copy link
Collaborator

@shpingalet007 shpingalet007 commented Jul 1, 2022

What was done

  • 236178e Awaiting Promise<Request>
- let req = proxy.transports.request(...)
+ let req = await proxy.transports.request(...)
  • ea05240 When download canceled, it was producing message "Internal error". Fixed.

@shpingalet007 shpingalet007 added the contribution type: 🐛 fix Something isn't working label Jul 1, 2022
@shpingalet007 shpingalet007 requested a review from andyoknen July 1, 2022 09:23
@shpingalet007 shpingalet007 self-assigned this Jul 1, 2022
@shpingalet007 shpingalet007 linked an issue Jul 1, 2022 that may be closed by this pull request
@shpingalet007 shpingalet007 merged commit 669918e into master Jul 1, 2022
@shpingalet007 shpingalet007 deleted the issue539-easynode-deploy-fix branch October 24, 2022 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution type: 🐛 fix Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EasyNode installation error
1 participant