-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explain concurrency limitation #972
Conversation
Signed-off-by: marinamoore <mmoore32@calpoly.edu>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Although this (rather technical) piece of information looks a bit lost in this (rather organizational) document. But I don't know a better place. So I'm fine with leaving it here for the time being.
README.md
Outdated
----------- | ||
|
||
The reference implementation may behave unexpectedly when concurrently | ||
downloading from the same location to the same location. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, could you clarify what you mean by "location" here? Thanks!
Signed-off-by: marinamoore <mmoore32@calpoly.edu>
Thanks for the reviews! @trishankatdatadog I updated this per your comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
Fixes issue #: #49
Description of the changes being introduced by the pull request: Adds a note to the readme explaining that the reference implementation is not thread safe.