p3p / MarlinSimUI

Marlin Simulator UI
Other
9 stars 11 forks source link

Fix file streaming on Windows #7

Closed sjasonsmith closed 2 years ago

sjasonsmith commented 2 years ago

On Windows the readsome command never actually reads bytes from disk. It always returns zero bytes.

Rework the streaming operation to use read instead of readsome.

I have been using this on Windows, although I have note tested it with large files or on Linux.