Codebase list golang-github-dnstap-golang-dnstap / upstream/0.2.2
New upstream version 0.2.2 Sascha Steinbiss 3 years ago
1 changed file(s) with 1 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
4040 func (mo *mirrorOutput) RunOutputLoop() {
4141 for b := range mo.data {
4242 for _, o := range mo.outputs {
43 select {
44 case o.GetOutputChannel() <- b:
45 default:
46 }
43 o.GetOutputChannel() <- b
4744 }
4845 }
4946 for _, o := range mo.outputs {