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
Runtime URL is stored using the storage manager and recovered from it if it is present. The problem with this behavior is it is make impossible to execute two application from the same domain since both will get the same runtime URL.
The text was updated successfully, but these errors were encountered:
runtimeUA.init() check storage manager has any runtimeUrl with live = false. If no, generates a new RuntimeURL, otherwises reuses any runtime url with live = false. At the end sets in the storage manager the allocated address with live = true.
runtimeUA.close() set in the storage manager, runtimeUrl withlive = false
registry.registerHyperty(..) and registry.registerDataObject(..) store urls in the storage manager adding in the key the allocated runtimeUrl
registry.checkRegisteredURLs() add the runtimeURl in the search
syncManager._onCreate() only return Data Object Reporter addresses to be resumed if reporter matches the resume requester
Runtime URL is stored using the storage manager and recovered from it if it is present. The problem with this behavior is it is make impossible to execute two application from the same domain since both will get the same runtime URL.
The text was updated successfully, but these errors were encountered: