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.
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.