gritzko / ron

(dated, see the site) Replicated Object Notation, a distributed live data format, golang/ragel lib
http://replicated.cc
Apache License 2.0
360 stars 7 forks source link

Clarify Op binary encoding #7

Closed cblp closed 6 years ago

cblp commented 6 years ago

00 Op (the byte length is either 0 or the length of all the op's fields)

When must it be zero? When must it be the length of all the op's fields?

gritzko commented 6 years ago

see the text

cblp commented 6 years ago

Actually, since #9 is not merged, the problem is not solved yet.