How can I run the demo with custom server? The first argument for LoadBalancingClient is only accepting protocol and setting MasterAddress in cloud-app-info.js does nothing.
Edit: I'm able to run it by replacing this line in app.ts and rebuild the project:
Edit: I'm able to run it by replacing this line in app.ts and rebuild the project:
this.connectToRegionMaster("EU");with
this.setMasterServerAddress("ws://<your server address:port"); this.setNameServerAddress("ws://<your server address:port"); this.connect();