Okay, I found out what was going wrong. Oddly enough, when I added a
SYNCHRONIZATION_CHANGE event listener to the ConnectSession variable and
subscribed to all of my SharedObjects in the callback function, none of
them would synchronize. When I subscribed to the SharedObjects before
the ConnectSession synchronized everything worked. Weird.Edit:
RiteshYadav's sample is hard to read, but it looks like he has a lot of
logic in the callback function of SYNCHRONIZATION_CHANGE. He's probably
trying to...