This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Unable to get / put objects sequentially #836
Labels
kind/bug
A bug in existing code (including security flaws)
This may be a noob question, but for some reason I'm unable to
put
and object into the store, and then simplyget
it right after. Here's what I'm working with as a simple demo:Theoretically based on my understanding, this should work fine - it should put the object (which it does successfully) and then spit it out again. However what I'm seeing is that it hangs when
get
'ing the object, even when running on the same host.Any thoughts?
The text was updated successfully, but these errors were encountered: