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.
In the simulator-rooms logs, my simulator prints the following connection information before calling Monobridge.Connect():
2023-03-31T 20:14:09-05:00Z [1] [0](Simulator)(Simulator) Creating simulator connection: host: 44.204.106.106, port: 22365, region: local, roomId: 1, worldId: 0, uniqueRoomId: 1931846091721, schemaId: 60edbdeebf6d18dd22eb6a8b3b3c1a82c4993aef
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:
[1] [0.02](ConnectionEventsExample)(Simulator) Connection 535891337 (Simulator) created.
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?
Sim: 4f71f7e8-7a4c-4a06-8bd9-dfb9b9c97a7a2
Schema: 60edb
Is there something potentially obvious that I am missing on how to leverage Coherence cloud?




