pothosware / PothosCore

The Pothos data-flow framework
https://github.com/pothosware/PothosCore/wiki
Boost Software License 1.0
300 stars 48 forks source link

lib: revert change to BufferAccumulator.cpp from PR #205 #223

Closed guruofquality closed 3 years ago

guruofquality commented 3 years ago

The change caused the accumulation logic to skip when multiple buffers should have been accumulated into one. This means hanging onto buffers and stalling. See PR #205