grafana/pkg/services/eventpublisher
Dieter Plaetinck e9f38b9fc0 no unbound recursion in publish()
unbound recursion approach can blow up call stack,
and - I think - allocate memory unboundedly as well.

We can simply loop until err != nil

I didn't actually test this live, though tests succeed
2015-05-18 10:04:01 -04:00
..
eventpublisher.go no unbound recursion in publish() 2015-05-18 10:04:01 -04:00