implemented resetAuth

This commit is contained in:
Kevin Jahns
2016-11-21 01:22:15 +01:00
parent 102bef4f92
commit e90f241ae0
4 changed files with 15 additions and 2 deletions

View File

@@ -188,6 +188,8 @@ module.exports = function (Y /* :any */) {
}
stopGarbageCollector () {
var self = this
this.gc = false
this.gcTimeout = -1
return new Promise(function (resolve) {
self.requestTransaction(function * () {
var ungc /* :Array<Struct> */ = self.gc1.concat(self.gc2)