Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix hanging: stream every line instead of every page
The conversion was hanging arbitrarily [1] on some systems. Sometimes it would send the full page other times stop half-way. The most likely explanation is that some container runtime buffer must have been filling up and thus causing the hanging. This is fixed by having multiple sys.stdout write commands (one per each image line). [1]: #627 (comment)
- Loading branch information