When does visualization decide to display things and when does it give up? #6783
Replies: 2 comments 7 replies
-
Visualization close themselves when some operation fails. Perhaps attaching timed out? The console logs should show the problem. |
Beta Was this translation helpful? Give feedback.
7 replies
-
Closing, as both the timeout and better reporting are already reported as issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As part of the investigation into #6766, I started to notice something weird with visualizations on startup.
Assume a simple project with a few nodes like:
If I start the project again but with some network throttling it will show the waiting status on them for some time
and eventually close them
The data eventually arrives but it is obviously slightly slower due to throttling.
Is this expected? If so, why? I assumed that data from LS can arrive at any time.
Beta Was this translation helpful? Give feedback.
All reactions