DEADSOFTWARE

net: do not hiccup when the game is in progress, and master server is not available
authorKetmar Dark <ketmar@ketmar.no-ip.org>
Thu, 10 Oct 2019 09:01:53 +0000 (12:01 +0300)
committerKetmar Dark <ketmar@ketmar.no-ip.org>
Thu, 10 Oct 2019 09:04:49 +0000 (12:04 +0300)
  the game repeatedly tries to connect to master server while the match is going on, and
  the master is not available. connection routine is blocking, so the whole game freezes
  for 3 seconds once a minute. definitely not a very pleasant expirience.

  i made connection to master optionally non-blocking. the game will still hang for 3 secs
  when loading a new map (this can be changed too, but i don't think that it really matters),
  but in-game hangups should be gone.


No differences found