FuelRats / RatTracker

The Fuel Rats RatTracker - Getting more fuel on target faster since 3302
http://www.fuelrats.com/
BSD 3-Clause "New" or "Revised" License
10 stars 12 forks source link

Using variable tracking to determine NetLog Parser state causes a null object reference #12

Closed kenneaal closed 8 years ago

kenneaal commented 8 years ago

Apparently, having a variable track what state the netLog parser should be in can cause null object references. This may be because of the asynchronous nature of the netlog parser, and there being some sort of race condition in setting the variable. (Purely theoretical, here).

Improve handling of parser state, or use other methodology for grabbing multiple lines relevant to things such as island claiming.

kenneaal commented 8 years ago

Fixed in commit 55deb17