Run Unity Instances for Authoritative Server

Options
After reading the documentation about Authoritative Server, we want to try multiple room in 1 client.
We "newed" multiple NetworkingPeer and used JoinOrCreateRoom(), returns Cannot send op: 226! Not connected. PeerState: Connecting.
Did we do something wrong here? or is there a better solution?
Thank you very much!

Comments

  • chvetsov
    Options
    hi, @Warbears

    we do not support multiple rooms for one client neither in LoadBalancing sdk, nor in server sdk.

    your peer is not connected yet, that is why you get this error. there should be callback to get to know when peer is connected.

    i would recommend you use many peers.

    best,
    ilya