I'm using Qooxdoo Server Objects (QSO) to connect a server with multiple clients. I have the following situation:
1) Client A connects to server. 2) Client B connects to server. 3) A particular object X on the server is proxied to both clients. 4) Client A performs an action that changes object X property "foo". 5) Server calls ProxyManager.changeProperty on the change to object X. 6) The callback client A registered to see "changeFoo" gets triggered. 7) The callback client B registered to see "changeFoo" DOES NOT GET triggered. >From the documentation, I'd expect both clients to get "changeFoo". Is QSO supposed to work like that? If so, any advice as to what I'm doing wrong? -- View this message in context: http://qooxdoo.678.n2.nabble.com/Updating-multiple-clients-with-QSO-tp7583306.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
