message-size-increase #3

Merged
sashakoshka merged 227 commits from message-size-increase into main 2025-09-07 19:27:38 -06:00
Showing only changes of commit 2fdf7d490d - Show all commits

View File

@ -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)
}
}
}