<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">At <a href="https://docs.zeek.org/en/stable/frameworks/broker.html#a-reminder-about-events-and-module-namespaces" style="font-family:Arial,Helvetica,sans-serif">https://docs.zeek.org/en/stable/frameworks/broker.html#a-reminder-about-events-and-module-namespaces</a>, following a code sample, there is the statement:</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><i>This code runs without errors, however, the local <font face="monospace">my_event</font> handler will never be called and also not any remote handlers either, even if <font face="monospace">Broker::auto_publish</font> was used elsewhere for it. </i></blockquote><div><br></div><div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">My tests have not supported that assertion: the event handler is invoked - even via auto_publish. If it is so, how/when exactly would it manifest? Are there other factors that might cause it to be true in some cases? (Say, the same event name in a different namespace?)</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Just trying to figure out how careful I need to be of namespace issues. My tests have generally shown that if you get the namespace of some script element wrong, the script parsing stage gives you an &#39;undefined&#39; right out of the gate.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Thanks,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Jeff</div><br></div></div>