Observed with two active sessions: Session A sees the plot (recently started workflow), session B still showing "waiting for data". Refreshing the tab (which essentially makes a new session C) fixes the issue. It seems like we have a small hole or race in the plot creation logic, not triggering reliably.
I should be pointed out that session B showed some plots (in this case in other tabs), so it was not the entire session that was broken.
Edit: There is a chance that this is the same bug fixed in #810, but unfortunately I cannot remember if what I saw here was using hv.Layout, so it might not be.
Observed with two active sessions: Session A sees the plot (recently started workflow), session B still showing "waiting for data". Refreshing the tab (which essentially makes a new session C) fixes the issue. It seems like we have a small hole or race in the plot creation logic, not triggering reliably.
I should be pointed out that session B showed some plots (in this case in other tabs), so it was not the entire session that was broken.
Edit: There is a chance that this is the same bug fixed in #810, but unfortunately I cannot remember if what I saw here was using
hv.Layout, so it might not be.