Closed firepear closed 8 years ago
It's a huge hassle. Each message should, instead, be preceeded by its length, as represented by encoding/binary. This will be a 64-bit (8 byte) value, except on 32-bit systems. I don't know anyone still using 32-bit systems though.
encoding/binary
Done, but the run-length is a 4-byte (32 bit) value always.
Will close issue when all tests are passing again.
All tests passing.
It's a huge hassle. Each message should, instead, be preceeded by its length, as represented by
encoding/binary
. This will be a 64-bit (8 byte) value, except on 32-bit systems. I don't know anyone still using 32-bit systems though.