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
- Instead of resending the full list of exported objects each time, just
send the newly exported objects
- Increment the ID for each new object that is created
- Keep a weak reference to old objects so they are released when no
longer referenced
- Objects remain the same between renders
- Tested using the steps in #128
- Fixes#128, fixes#67
- Needs deephaven/deephaven-core#4909 to handle
fetching objects multiple times if necessary
BREAKING CHANGE: JSON protocol now keeps the IDs of objects and
callables stable between re-renders, and only exports new objects with
each documentUpdated event. The client must track the old objects
independently.
The text was updated successfully, but these errors were encountered: