fixed some inconsistency bugs with DS

This commit is contained in:
Kevin Jahns
2015-10-05 14:24:11 +02:00
parent 6e9f990d5c
commit 82e2254302
6 changed files with 44 additions and 22 deletions

View File

@@ -40,6 +40,7 @@ class AbstractConnector {
this.broadcastedHB = false
this.syncingClients = []
this.whenSyncedListeners = []
this.y.db.stopGarbageCollector()
}
setUserId (userId) {
this.userId = userId