queueit / KnownUser.V3.JAVA

Known User Implementation (v.3.x) for Java
MIT License
7 stars 9 forks source link

Timer Set Correctly? #10

Closed Jim-Rouse closed 2 years ago

Jim-Rouse commented 2 years ago

https://github.com/queueit/KnownUser.V3.JAVA/blob/b3cf85f8c0fde69ad6dd27fe4244a68267ba3951/Documentation/IntegrationConfigProvider.java#L38

I believe the current implementation is wrong and needs to be this (first parameter is when to start 'the date', next is how often) , new Date(), REFRESH_INTERVALS_MS);

Reza-0 commented 2 years ago

Hello @Jim-Rouse,

Thank you for reviewing our repository and for your comment. However, I have to disagree with this, as according to some references the current implementation is correct. please see here