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
Send commands insert/update an object (work, data etc.) and return nothing.
These commands should return the inserted object since it may differ from what the client sent (typically data URI).
This should dramatically improve performances since it will remove the need to call get after each send as needed today to ensure coherency.
The text was updated successfully, but these errors were encountered:
Send commands insert/update an object (work, data etc.) and return nothing.
These commands should return the inserted object since it may differ from what the client sent (typically data URI).
This should dramatically improve performances since it will remove the need to call get after each send as needed today to ensure coherency.
The text was updated successfully, but these errors were encountered: