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
Dynamic component connection is not enabled by default. Currently the following code snippet has to be called during startup in one of the components to make the reconnection work
To clarify: this is an issue in a distributed application (2 processes) when the connect() is called after the local process (p1) has been started:
mtsLocalManager::connect(p1,c1,ri1, p2,c2,pi2)
A fix seems to be adding EnableDynamicComponentManagement() to the constructor of a component located in processes (p1). Can this be set to on by default?
Dynamic component connection is not enabled by default. Currently the following code snippet has to be called during startup in one of the components to make the reconnection work
mtsInterfaceRequired *required = EnableDynamicComponentManagement();
The text was updated successfully, but these errors were encountered: