tdymel / LegacyPlayersV3

Official repository of LegacyPlayers v3
GNU Affero General Public License v3.0
18 stars 25 forks source link

Fix log ordering #151

Closed gfriloux closed 3 years ago

gfriloux commented 3 years ago

Under very rare conditions (yet unknown), a combat log can generate messages with wrong timestamp ordering.

In this particular case, it triggers a panic on the thread running the parser.

The fix is written by @Geigerkind while i was digging into the issue with him.

Fixes #150