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 an Object is deleted by the syncher, the sync manager at the reporter and observer runtime ask the msg node to remove data sync path by unsubscribing listeners from some URLs according to these specs:
When an Object is deleted by the syncher, the sync manager at the reporter and observer runtime ask the msg node to remove data sync path by unsubscribing listeners from some URLs according to these specs:
https://github.com/reTHINK-project/dev-service-framework/blob/master/docs/specs/messages/data-sync-messages.md#request-to-remove-data-sync-routing-path-at-observer-message-node
https://github.com/reTHINK-project/dev-service-framework/blob/master/docs/specs/messages/data-sync-messages.md#request-to-remove-data-sync-routing-path-at-reporter-message-node
Currently, the URLs to be unsubscribed are at
body.subscribe
and not atbody.unsubscribe
as specifiedThe text was updated successfully, but these errors were encountered: