User bio
404 bio not found
Member since Jan 18, 2023
Replies:

> messages seems not to purge correctly

That might be if you use:

Property Text as %Stream.GlobalCharacter (or other global based streams)

And then in code: Set Object.Text=PointerToAnotherStream

The original Global node for the property stream gets 'orphaned', it is not referenced by any object and won't be purged (or garbage collected) if the object is deleted or gets out of scope.

The correct way is to use Do Object.Property.CopyFrom(PointerToAnotherStream) 

Certifications & Credly badges:
Herman has no Certifications & Credly badges yet.
Global Masters badges:
Followers:
Following:
Herman has not followed anybody yet.