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
If you want to subscribe to changes from a modelserverclient which is exposed to the frontend using theias proxy, the subscriptions do not work.
The reason is probably that the registered callback is lost and must be offered differently.
The text was updated successfully, but these errors were encountered:
To subscribe and receive all notifications on the frontend, it is recommended to use the concept of the ModelServerFrontendClient.
It is bound by default for v2 and can be accessed on the frontend by injecting the ModelServerSubscriptionClient.
If you want to subscribe to changes from a modelserverclient which is exposed to the frontend using theias proxy, the subscriptions do not work.
The reason is probably that the registered callback is lost and must be offered differently.
The text was updated successfully, but these errors were encountered: