Avatar

Level 10
Hi ,



If you look inside the onSynchronizationChange function in
ConnectSessionContainer, we build its children when session is
synchronized and then dispatch the event. So, you can either use
the creationComplete of the ConnectSessionConatainer or the
synchronizationChange event fired from it to build your
sharedModel.

Just make sure if you are listening to the
synchronizationChange event, check that the session is
synchronizated before building your model



Hope this helps.



Thanks

Hironmay Basu