Simple SharedObject Help
Hi,
I'm trying to use SharedObjects to manage some state between my server and clients, and am having a lot of trouble understanding the documentation and can't find any examples that work. Here is what I'm trying to do:
1. Create a shared object on my server in an application instance running on my FMS.
2. Allow clients to receive updates to the state of this shared objects.
Could someone simply show me the relevant api calls that will allow me to:
1. Create a shared object on my server instance.
2. Set up the proper calbacks so that a client can receive updates to this object.
I suspect that the number of lines involved to accomplis this is < 10, but the examples I've found in the documentation produce compilation errors.
Thank you so much.
