I just attempted to connect my first client to a room created on Coherence cloud but unfortunately
my client gets stuck on “Waiting for the simulator to join…” on the example Coherence UI.
I believe that the connection may not be getting made to the replication server as when I run the Simulator locally, I expect to see the following log output but we never get to this point when running on Coherence cloud:
Of note is that when running locally I am use a headless Windows build but the Simulator uploaded and run on Coherence cloud is (as far as I know) a Linux build. Possibly an issue with building for Linux from my Windows workstation?
Sorry about this - this particular version of the RS got in a bad state and was not connecting new clients, but was not failing health check and therefore remaining available. We have fixed this in an upcoming version, and I have restarted this RS.
Can you please try again - I don’t believe there is anything wrong with your setup. Sorry for the confusion and inconvenience!
Ok, so using the provided example Simulator connection script seems to work fine, so this is likely an issue with the custom Simulator connection script I was using. Would be interested in figuring out what the delta is between my script and the provided example though.