Skip to content

Commit 6f926d6

Browse files
authored
Return client close promise (#457)
1 parent b8615de commit 6f926d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Client {
4949
}
5050

5151
close() {
52-
this.client.close();
52+
return this.client.close();
5353
}
5454

5555
static setLogHandler(params) {

0 commit comments

Comments
 (0)