NetworkingPeer.Connect PeerStatusCallback

Options
Hi,

Is there a way I could change the time it requires till the PeerStatusCallback gets called?

For example if i turn of the server, the client will try to connect and will return with Exception_Connect after 5 seconds (theoretical time)

is there a way I could make it faster? say like 1 seconds?

Comments

  • vadim
    Options
    Hi,

    If server goes off, clients should be disconnected within a second. Connecting to offline server should return error quickly.
    Are you sure that reconnecting logic works properly?
    What if start initial connection while server is off?