Search Unity

Connection timeout after time in live mode

Discussion in 'Multiplayer' started by CodeMonkeyYT, Jun 7, 2017.

  1. CodeMonkeyYT

    CodeMonkeyYT

    Joined:
    Dec 22, 2014
    Posts:
    125
    Howdy,

    I've been working on adding multiplayer to my game and I'm constantly getting timeouts after some time.
    From what I read this was due to going over the 4KB/s limit so I've enabled live mode and increased the Bandwidth per client but I'm still getting disconnects.

    I can't possibly launch multiplayer mode if players are gonna get timed out randomly in the middle of the game, please help.

    Thanks!
     
  2. CodeMonkeyYT

    CodeMonkeyYT

    Joined:
    Dec 22, 2014
    Posts:
    125
    Ok so now it appears to be working, I'm guessing the changes take a while to propagate through the servers but now I have a connection receiving 30KB/s from the server and it hasn't timed out after 500s.

    I can't find a way to delete the thread but hopefully the problem is solved. Cheers!