bit-hack/nano3d

Handle buffer full case when single threaded

Opened this issue · 0 comments

The imrod model has enough data that it was leading to a deadlock when the bin pipe got full.
The system should be able to check for this condition and perhaps switch between producer and consumer as needed when single threaded.

Setting the command pipe to 1024 length should reproduce this problem.