leon 1 tháng trước cách đây
mục cha
commit
532959b31f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/nodes/stream/streamNode.hpp

+ 1 - 0
src/nodes/stream/streamNode.hpp

@@ -51,6 +51,7 @@ public:
             for (auto& output_buffer : output_buffers_)
             {
                 output_buffer.second->push(metaData);
+                printf("%d\n", output_buffer.second->size());
             }
         }
     }