Extension pubsub: duplicate messages

Perhaps which is why I asked. Your call seems ok.

Where in your extension is the listen call?

Are you doing something like, what I’ve done before and caused your listen to be called more than once? As per:

I ended up having my listen callback called four times. A listen being called inside onAuthorized causes unpredictable results and/or multiple listeners being bound.