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

Fix sandbox stuck loading #3325

Conversation

datho7561
Copy link
Contributor

Don't await message being sent to the webview when the webview is being built, since the webview is likely unable to receive the message yet.

Fixes #3323

Signed-off-by: David Thompson davthomp@redhat.com

Don't `await` message being sent to the webview when the webview is
being built,
since the webview is likely unable to receive the message yet.

Fixes redhat-developer#3323

Signed-off-by: David Thompson <davthomp@redhat.com>
@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

Attention: 14 lines in your changes are missing coverage. Please review.

Comparison is base (a16099e) 37.04% compared to head (c2dca1a) 37.00%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3325      +/-   ##
==========================================
- Coverage   37.04%   37.00%   -0.05%     
==========================================
  Files          77       77              
  Lines        5356     5362       +6     
  Branches     1032     1032              
==========================================
  Hits         1984     1984              
- Misses       3372     3378       +6     
Files Coverage Δ
src/serverlessFunction/types.ts 100.00% <ø> (ø)
src/webview/cluster/clusterViewLoader.ts 9.84% <0.00%> (-0.04%) ⬇️
...ew/serverless-function/serverlessFunctionLoader.ts 12.50% <0.00%> (-0.55%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@msivasubramaniaan msivasubramaniaan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@msivasubramaniaan msivasubramaniaan merged commit f201109 into redhat-developer:main Sep 26, 2023
4 of 6 checks passed
@msivasubramaniaan
Copy link
Collaborator

Thanks @datho7561

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

Successfully merging this pull request may close these issues.

If not already logged into Red Hat SSO, "Create Dev Sandbox" wizard gets stuck at loading screen
2 participants