Skip to content

Commit 3004263

Browse files
authored
Merge pull request #124 from kuzzleio/disconnect-logout
Do not logout on kuzzle.disconnect
2 parents 1eafe49 + ce97758 commit 3004263

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/kuzzle.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,8 +1032,6 @@ Kuzzle.prototype.listIndexes = function (options, cb) {
10321032
Kuzzle.prototype.disconnect = function () {
10331033
var collection;
10341034

1035-
this.logout();
1036-
10371035
this.state = 'disconnected';
10381036
this.network.close();
10391037
this.network = null;

0 commit comments

Comments
 (0)