SwiftProtobuf changed the behaviour and now returns noBytesAvailable error at the end of stream. Here we become independent from SwiftProtobuf 's BinaryDelimited.parse when decoding varint-delimited messages. It works on old versions and new version.
Relates #101
SwiftProtobuf changed the behaviour and now returns noBytesAvailable error at the end of stream. Here we become independent from SwiftProtobuf 's
BinaryDelimited.parse
when decoding varint-delimited messages. It works on old versions and new version.