diff --git a/src/Client.js b/src/Client.js index 02cf7d6..9071703 100644 --- a/src/Client.js +++ b/src/Client.js @@ -80,6 +80,10 @@ export class Client extends EventEmitter { } } + logoff() { + this.#ws.close() + } + send(destination, port, data) { if(typeof destination === 'bigint') { destination = destination.toString(10)