-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Access CAP Times Losing Keys #406
Comments
Key |
jaswrks
pushed a commit
that referenced
this issue
Dec 12, 2014
jaswrks
pushed a commit
that referenced
this issue
Dec 12, 2014
Bug fix access cap times loss of precision. See: #406
Next Release Changelog:
|
👍 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
As you can see in this log, keys are being replaced accidentally when multiple CCAPS are added in succession by a single process. The
time()
increment of0001
is not enough to prevent this whenever the hook is fired successively, where the current timestamp is the same across multiple calls.The text was updated successfully, but these errors were encountered: