In reply to kireeti1192:
You need to clone an object prior to storing it in a fifo. If you don’t, it’s likely that the object handle gets re-used and overwrites your data.
In reply to kireeti1192:
You need to clone an object prior to storing it in a fifo. If you don’t, it’s likely that the object handle gets re-used and overwrites your data.