Skip to content

v0.8.3

Latest
Compare
Choose a tag to compare
@VincentFoulon80 VincentFoulon80 released this 17 Apr 15:19
d284674

🐞 Bugfixes

  • [writer] Fix issue when writing big files, where end of buffer could be skipped without notice
    This bug resulted in the write method being called without inspecting how many characters has been effectively written. Solved by calling write_all instead.