Hi Guys,
I have an application that uses getProperties(), e.g. appInstance.getProperties();
I set a custom property via the REST API or in the manager. However my call to appInstance.getProperties returns the value from when the application was first started. So if I restart wowza then appInstance.getProperties() returns the correct value.
Is there a way to get the updated custom property value from inside a custom module?