Binary find returns extra data
octplane opened this issue · 2 comments
octplane commented
I'm saving images to the binary DB.
When reading them back, I have (for example):
header.size=604121
- And on the disk (with the createWriteStream):
604125
The 4 extra bytes are spaces.
Something's wrong :-/
petersirka commented
Can you send me NoSQL database with binary files? (on my e-mail petersirka@gmail.com)
I tested database and all it's ok.
petersirka commented
Fixed. Thanks!