Famous / engine

MIT License
1.75k stars 250 forks source link

fix: Fix bug resulting from single queue in Dispatch (#365) #398

Closed alexanderGugel closed 9 years ago

alexanderGugel commented 9 years ago

Fixes #365 Currently doesn't reuse queue, but correctly handles events being emitted during propagation of old event.

michaelobriena commented 9 years ago

@alexanderGugel do you have a example of the bug?

alexanderGugel commented 9 years ago

@michaelobriena Added additional test case to cover the previous bug.

alexanderGugel commented 9 years ago

@michaelobriena Rebased. The added test case covers the bug. #365 includes detailed bug report.

alexanderGugel commented 9 years ago

landed as 6224618