Unique Component Names
Hello,
I tried to create a component with the same name as an existing component. RTC does not throw any exception, and after the creation I have two (or more) components with the same name, and I can't distinguish among them.
Is there any way to avoid the creation of component with the same name of existing ones?
Thanks in advance,
Marco Delato
I tried to create a component with the same name as an existing component. RTC does not throw any exception, and after the creation I have two (or more) components with the same name, and I can't distinguish among them.
Is there any way to avoid the creation of component with the same name of existing ones?
Thanks in advance,
Marco Delato
One answer
In the current (3.0 M5) iteration, support has been added for a server
property that generates a warning when you create a component with the
same name as an existing component (by default, this property will be
"off" to maintain compatibility with the old semantics).
Cheers,
Geoff
primeur.jazz.net wrote:
property that generates a warning when you create a component with the
same name as an existing component (by default, this property will be
"off" to maintain compatibility with the old semantics).
Cheers,
Geoff
primeur.jazz.net wrote:
Hello,
I tried to create a component with the same name as an existing
component. RTC does not throw any exception, and after the creation I
have two (or more) components with the same name, and I can't
distinguish among them.
Is there any way to avoid the creation of component with the same name
of existing ones?
Thanks in advance,
Marco Delato