Skip to content

Fix sandbox stuck loading#3325

Merged
msivasubramaniaan merged 1 commit intoredhat-developer:mainfrom
datho7561:3323-create-sandbox-stuck-loading
Sep 26, 2023
Merged

Fix sandbox stuck loading#3325
msivasubramaniaan merged 1 commit intoredhat-developer:mainfrom
datho7561:3323-create-sandbox-stuck-loading

Conversation

@datho7561
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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
@msivasubramaniaan
Copy link
Copy Markdown
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