if I call .get() on a DO namespace to get a stub, as I understand it - this will awake the object, b

if I call .get() on a DO namespace to get a stub, as I understand it - this will awake the object, but eventually the object should be cleaned up as nothing is committed to storage? (i.e I won't end up with dangling objects/ no need for an explicit clean up unless a call to storage is made?)
Was this page helpful?