no where to set options like ' keepMasterConnection','lobbyName' when using connectToRegionMaster?

Options

Comments

  • vadim
    Options
    You should use connectToNameServer instead which acceps the same options as connect() (do not forget to specify region).
    But unfortunately these options do not work currently because they are cleared with 'this.connectOptions = {};' line in connect() method which called internally.
    Please wait sdk update. We release it soon. connectToNameServer documentation will be updated also.