resolves https://trello.com/c/i2YwGsFv. The app dispatcher was not supposed to allow concurrent dispatching, but was anyway due to a bug. That created some race conditions. This PR prevents said race conditions and allows concurrent dispatching by essentially queueing the dispatcher's callbacks.
resolves https://trello.com/c/i2YwGsFv. The app dispatcher was not supposed to allow concurrent dispatching, but was anyway due to a bug. That created some race conditions. This PR prevents said race conditions and allows concurrent dispatching by essentially queueing the dispatcher's callbacks.