Search Unity

minimal delay timeout for this host greater that one of timeout parameters for this connection

Discussion in 'Multiplayer' started by powdered_swords, Jun 20, 2015.

  1. powdered_swords

    powdered_swords

    Joined:
    Mar 11, 2013
    Posts:
    28
    After attempting to use the network simulator on a local hosted server i stumbled across this error. It occurs whenever I attempt to connect to the host.

    Is there any way of getting additional details about which one of these timeout parameters is being triggered? I've looked into the ConnectionConfig class and I can't figure out what most of these parameters do, let alone which one is causing the problem. Strangely enough even using only 1 ms latency is enough to cause this error, which is far lower than would be experienced online. Is there some other cause for this problem I'm not aware of?
     
  2. RSH1

    RSH1

    Joined:
    Jul 9, 2012
    Posts:
    256
    I am also getting this error
     
  3. seanr

    seanr

    Unity Technologies

    Joined:
    Sep 22, 2014
    Posts:
    669
    this is a bug 712750.

    Increasing the value to 3ms makes that error not appear.