Skip to content

Instantly share code, notes, and snippets.

@julianrubisch
Created July 22, 2021 12:50
Show Gist options
  • Save julianrubisch/006d8237c4500149765d53e4ef146d89 to your computer and use it in GitHub Desktop.
Save julianrubisch/006d8237c4500149765d53e4ef146d89 to your computer and use it in GitHub Desktop.
// useIdle
away(event) {
consumer.subscriptions.add(this.presenceChannel);
}
back(event) {
this.presenceChannel.unsubscribe();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment