Event Handler Invoked Multiple Times

I wouldn’t believe it if anyone told me that, but it happens consistently tonight. An event handler in my app is being invoked two and sometimes three (!) times with 2 seconds intervals when the “contact open” event fires.

10:22:35 PM PST: debug onZoneEvent(Office Window, contact)
10:22:37 PM PST: debug onZoneEvent(Office Window, contact)
10:22:39 PM PST: debug onZoneEvent(Office Window, contact)

Naturally, there’s only one event in the event log:

2014-12-08 10:22:34.693 PM PST DEVICE contact open Office Window is open true

Now, this app has been working for month and I’ve never seen this before. WTF is going on?

1 Like

I’m experiencing the same thing. Did you ever get a response?