reveal.js
reveal.js copied to clipboard
Trigger update for multiplexing when loading site
STR:
- Open the multiplexing master.
- Go to some slide (say 2.1)
- Open the client.
What happens: The client is still on slide 1. Only when the master changes the slide, the client changes it's slide, too.
What should happen: On the initial load the client should "lookup" the current slide of the master and switch to it.
Hm i want to do the same, any ideas? I think of few.
I found great way to do it when master changes the state save it in socket storage, then retrieve it from the client with the last one. Its working for me :)
@dyanakiev Any example code or so? Or even a PR?
@rugk i did a little modifications and when someone new comes, the master watch for new subscribers and sent them the current slide.
So why can't you send a PR here to this project to contribute that change back?
@dyanakiev Please post your code as PR or at least here.
https://github.com/caddyserver/caddy#full-documentation
So why can't you send a PR here to this project to contribute that change back? @dyanakiev Please post your code as PR or at least here.
Hey sorry, i didn't monitor the issue and i forgot to send PR, i no longer have the code.