Created
January 21, 2021 19:42
-
-
Save FranciscoMarinho/4eb1e8150815937581cb034496926f58 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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