phergie / phergie-irc-bot-react

IRC bot built on React
BSD 2-Clause "Simplified" License
81 stars 26 forks source link

EventQueue does not guarantee timestamp ordering because timestamps may collide. #6

Closed PSchwisow closed 9 years ago

PSchwisow commented 9 years ago

If several events are queued together, they may have the same timestamp, so order of execution is non-deterministic.

As recommended by elazar:

PSchwisow commented 9 years ago

Looks like I can't assign to myself, but I plan on doing a PR for this when I have a chance.

PSchwisow commented 9 years ago

Fixed in pull request: https://github.com/phergie/phergie-irc-bot-react/pull/7

elazar commented 9 years ago

Merged. Thanks!