Skip to content

Instantly share code, notes, and snippets.

@cartant
Created August 23, 2017 06:11
Show Gist options
  • Save cartant/69754e863e130581f98e4c0df1be16ef to your computer and use it in GitHub Desktop.
Save cartant/69754e863e130581f98e4c0df1be16ef to your computer and use it in GitHub Desktop.
const p = source.publishReplay(1);
p.subscribe(observer("a"));
p.connect();
p.subscribe(observer("b"));
setTimeout(() => p.subscribe(observer("c")), 10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment