Skip to content

Instantly share code, notes, and snippets.

@ssougnez
Last active June 9, 2018 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssougnez/34244bf162108c1e388954f5f17cfe55 to your computer and use it in GitHub Desktop.
Save ssougnez/34244bf162108c1e388954f5f17cfe55 to your computer and use it in GitHub Desktop.
setInterval(() => {
let token = getId();
if (token < 50000) {
subject.next(token);
}
else {
subject.error("Invalid token");
}
}, 2000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment