reveal.js icon indicating copy to clipboard operation
reveal.js copied to clipboard

Trigger update for multiplexing when loading site

Open rugk opened this issue 7 years ago • 8 comments

STR:

  1. Open the multiplexing master.
  2. Go to some slide (say 2.1)
  3. 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.

rugk avatar Oct 31 '17 13:10 rugk

Hm i want to do the same, any ideas? I think of few.

dyanakiev avatar Feb 27 '19 14:02 dyanakiev

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 avatar Feb 27 '19 14:02 dyanakiev

@dyanakiev Any example code or so? Or even a PR?

rugk avatar Feb 27 '19 15:02 rugk

@rugk i did a little modifications and when someone new comes, the master watch for new subscribers and sent them the current slide.

dyanakiev avatar Mar 05 '19 16:03 dyanakiev

So why can't you send a PR here to this project to contribute that change back?

rugk avatar Mar 05 '19 20:03 rugk

@dyanakiev Please post your code as PR or at least here.

boschkundendienst avatar Jul 02 '19 08:07 boschkundendienst

https://github.com/caddyserver/caddy#full-documentation

snegana58 avatar Mar 02 '21 02:03 snegana58

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.

dyanakiev avatar Jan 13 '22 17:01 dyanakiev