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

[bug]: When alias object is deleted no "state = null" information is emitted to all subscribed memebers as like for normal objects #3013

Open
1 task done
Apollon77 opened this issue Jan 26, 2025 · 0 comments
Labels

Comments

@Apollon77
Copy link
Collaborator

No existing issues.

  • There is no existing issue for my problem.

Description

When you delete a normal object then the state value is also removed and thats why emited as "null" to all subscribers

Alias object formally do not have a state but simulate one. Because there is no state, also no state is deleted which means that no "null" info is send to all subscribers of this alias. We should sync the behavior to normal states.
Also: When the target object has an expiring state we should also forward this info to the alias subscribers which seems is not done.

Reproduction instruction

No response

JS-controller version

current

Node version

v20

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

No branches or pull requests

1 participant