fixed test connector buffer to really be parallel!

This commit is contained in:
Kevin Jahns
2016-04-11 16:20:27 +02:00
parent f3fadd3895
commit 20321c8a7d
3 changed files with 37 additions and 16 deletions

View File

@@ -409,7 +409,7 @@ module.exports = function (Y/* :any */) {
if (parentDeleted) {
op.gc = true
if (!op.deleted) {
yield* this.markDeleted(op.id, delLength)
yield* this.markDeleted(op.id, opLength)
op.deleted = true
if (op.opContent != null) {
yield* this.deleteOperation(op.opContent)