Closed brianmwadime closed 5 years ago
nvm, figured out a solution, everything works when I keep an array of the handlers.
@brianmwadime what version are you running? It should not be dropping the handler references. The current version had a fix for this, or so we thought.
@noobs2ninjas I did an update and they started working. The fix is solid.
@brianmwadime Just wanted to make sure. Thanks for letting me know.
Hello, I am try to create multiple subscriptions and adding them to an array, but the handlers don't seem to get fired when the objects and created/updated.
But it works fine with a single subscription. Is it not possible to have an array and have all the subscription handlers fire as well?