When logging into a very populated Management Server, it takes up to 12 seconds to do the following:
VideoOS.Platform.SDK.Environment.AddServer(uri, cc);
VideoOS.Platform.SDK.Environment.Login(uri);
Is there a method that can do the same thing but keeping in mind the performance?
Thanks in advance!
When you login you also get the configuration of the system, when logged in you then already know the devices available etc.
You will experience the same wait if you login using the Smart Client, the login method does the same there.
Different methods where configuration is received on a need to know basis that would scale better has been discussed but are not implemented currently, so right now these ideas are future improvement ideas and nothing else.