Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Refresh the page when it's ShowTime #43

Closed
M-Zuber opened this issue Aug 11, 2015 · 3 comments
Closed

Refresh the page when it's ShowTime #43

M-Zuber opened this issue Aug 11, 2015 · 3 comments

Comments

@M-Zuber
Copy link

M-Zuber commented Aug 11, 2015

If I understood what was said during the 8/11 standup, the solution for this would be to start a simple polling as the showtime gets closer?
Assuming that yes, I would like to take a stab at that

@hishamco
Copy link
Contributor

Last week I notice a latency the time stopped while the YouTube player not started yet

@peterblazejewicz
Copy link
Contributor

@M-Zuber
AFAIK the page needs to either reload - so HangOut embed partial gets incorporated into page and show starts streaming or JS code should modify view to embed HangOut stream:
https://github.com/aspnet/live.asp.net/blob/dev/src/live.asp.net/Views/Home/Index.cshtml#L34-L38
If I'm not wrong, the current endCallback closure just clears counter:
https://github.com/aspnet/live.asp.net/blob/dev/src/live.asp.net/wwwroot/js/site.js#L131-L133

@M-Zuber
Copy link
Author

M-Zuber commented Aug 11, 2015

@peterblazejewicz you are correct, in today's standup it was verified that the page needs to be refreshed.
#45 seems to take care of it quite nicely

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants