SplitmediaLabsLimited / xjs

XSplit JS Framework. Make plugins for XSplit Broadcaster, quickly and easily.
Other
39 stars 11 forks source link

Internal getGlobalProperty call not resolving when accessed internally by Remote.type proxy #205

Closed SML-MeSo closed 6 years ago

SML-MeSo commented 6 years ago

This is because getGlobalProperty is synchronous in core API, and will only have a callback when called from Remote. All we basically need to do is just resolve the value if it's not in the proxy callbacks.