implement syncstate

This commit is contained in:
Kevin Jahns
2018-10-17 15:14:47 +02:00
parent 4c01a34d09
commit 2daffbc2ca
13 changed files with 1609 additions and 1080 deletions

View File

@@ -49,6 +49,8 @@ function _integrateRemoteStructHelper (y, struct) {
decoder.pos = oldPos
if (missing.length === 0) {
y._readyToIntegrate.push(missingDef.struct)
} else {
// TODO: throw error here
}
}
})