ezet / evelib

Eve Online Library.NET is an open source C# wrapper for CCPs Eve Online API and other popular Eve Online APIs.
Apache License 2.0
71 stars 36 forks source link

Fix issue with Cache #108

Closed nathan-bell closed 7 years ago

nathan-bell commented 7 years ago

Maybe I'm missing something obvious, but there seems to be an issue with the counter here.

Once the counter > 10, the register is written to disk and the counter is reset. But the counter is set to zero again at every call, and so never hits > 10.

Sorry if I've done something wrong - this is my first pull request