You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
No existing issues.
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
The text was updated successfully, but these errors were encountered: