Dev zelenyy 2 #29

Closed
Zelenyy wants to merge 8 commits from dev-zelenyy-2 into dev
Showing only changes of commit 9f1cf2fcc3 - Show all commits

View File

@ -43,6 +43,7 @@ class TaglessEnvelopeFormat(
writeText(dataStart + "\r\n")
writeFully(data.toBytes())
}
flush()
}
override fun Input.readObject(): Envelope {