DerbyBoutTime / bouttime

'Bout time we got this game started.
Other
32 stars 11 forks source link

dispatcher queues payloads #109

Closed gjacobrobertson closed 9 years ago

gjacobrobertson commented 9 years ago

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.

thephw commented 9 years ago

:+1: