Skip to content
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

Stale Objects #6

Open
SeanConnelly opened this issue Aug 21, 2017 · 0 comments
Open

Stale Objects #6

SeanConnelly opened this issue Aug 21, 2017 · 0 comments

Comments

@SeanConnelly
Copy link
Owner

Class serialiser implements seen($this) to prevent recursive problems where two objects point to each other.

It appears that this specif code $get(seen($this)) causes $this to become a stale object in memory, the issue is a bug with the underlying platform, for more details...

https://community.intersystems.com/post/warning-stale-persistent-objects-created#comment-33396

The fix is to implement seen(""_$this)

Currently working on the fix and will release a new version today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant