Skip to content

Instantly share code, notes, and snippets.

@FranciscoMarinho
Created January 21, 2021 19:42
Show Gist options
  • Select an option

  • Save FranciscoMarinho/4eb1e8150815937581cb034496926f58 to your computer and use it in GitHub Desktop.

Select an option

Save FranciscoMarinho/4eb1e8150815937581cb034496926f58 to your computer and use it in GitHub Desktop.
close() {
if (this.connection) {
this.connection.close();
}
}
terminate() {
if (this.connection) {
this.connection.terminate();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment