diff --git a/metadapta.go b/metadapta.go index 9739500..dfbe9a0 100644 --- a/metadapta.go +++ b/metadapta.go @@ -313,9 +313,6 @@ func (this *readerA) pull() (uint16, error) { this.eof = true } return message.method, nil - } else { - // signal parent transaction of closure - this.parent.closed.Store(true) } } }