daniestevez / gr4-packet-modem

Packet modem for GNU Radio 4.0
10 stars 1 forks source link

Review calls to `_mergedInputTag.map.clear()` #17

Closed daniestevez closed 3 days ago

daniestevez commented 3 weeks ago

_mergedInputTag.map.clear() only gets called automatically by the block forwardTags() whenever the block consumes some samples on all inputs and produces some samples on all outputs. Review all the manual calls to _mergedInputTag.map.clear(), check if they're really necessary, and if so include a comment explaining.