It seems that it’s not possible to send data to alternate sessions.
I have an app where someone can update something in their browser and anyone else looking at it needs to see the update. Imaging a chat-style app (it’s not that, but it’s a good analogy).
When I run this on my local network off my Mac as the server, it works great with as many connections as I throw at it: other desktops, my iPad, iPhone, etc
I was sure that it was just a bug that I was doing so I tried to add debugging - we really need a way to debug Xojo Cloud apps!
Finally I tried the example project: “Communication Across Sessions”
This example also works great on my local machine but does not work on Xojo cloud.
The example allows you to set a user name, go to an admin page, and message anyone else who is logged in. Running on Xojo Cloud no other sessions are detected.
I’m really hoping that someone knows what’s going on and how to get around this.
I know I could setup an elaborate polling and refreshing solution in each web page, but I would hate to do that - it seems heavy handed.