This repository has been archived by the owner on Apr 14, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong stream getting disabled in interleaved mode
When building packets in interleaved mode, we do 2 passes over the streams. In the first pass, we build a number of lists of variables for each **enabled** stream. One of these variables is the pktBuf content. In the second pass, we use these lists to build the packets. If the stream is not variable, we just use the packet content built in the first pass. However, if the stream is variable we call frameValue to get the packet content, but we index with the wrong value into stream list if we have some disabled streams before us. Fixes #328
- Loading branch information