Closed markgoddard closed 1 year ago
The examples for the Read encoders previously used the read method to read data. However, as pointed out in issue 158, this may only read part of the data. Instead the read_to_end method should be used.
Fixes: #355
The examples for the Read encoders previously used the read method to read data. However, as pointed out in issue 158, this may only read part of the data. Instead the read_to_end method should be used.
Fixes: #355