Skip to content

Instantly share code, notes, and snippets.

@alexgodin
Created July 17, 2020 18:08
Show Gist options
  • Save alexgodin/d12ca0e1b4339d94e48c660b689e8f3e to your computer and use it in GitHub Desktop.
Save alexgodin/d12ca0e1b4339d94e48c660b689e8f3e to your computer and use it in GitHub Desktop.
var interval = null
let get_message_counts = () => {
console.log(inflight_polling_toggle.value)
if(!inflight_polling_toggle.value){
console.log("EXITING")
clearInterval(interval)
}
}
interval = setInterval(get_message_counts, 3000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment