ConnPolling::watch not working in cluster mode

Hey guys,

Would anyone know why ConnPolling::watch does not seem to be working when I start it up with broctl (in cluster mode). When I start it up with just bro (standalone) it works fine. The line of code is:
ConnPolling::watch(s$conn, is_active, 0, 0sec);

I have a log statement right before this line which I am seeing, and I have a log statement as the first instruction in the is_active function that I am NOT seeing.

Thanks in advance,

Jereme

For what it's worth, these questions are usually significantly easier to answer if you provide the code that isn't working.