Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created March 29, 2022 08:23
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 Hkazanci93/14ec9d6467d9cd3fc57a812cda81a8ee to your computer and use it in GitHub Desktop.
Save Hkazanci93/14ec9d6467d9cd3fc57a812cda81a8ee to your computer and use it in GitHub Desktop.
if (subscription != null) {
subscription.cancel();
}
if (container != null) {
container.stop();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment