You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.