CnCNet / xna-cncnet-client

XNA / MonoGame based client for playing classic Command & Conquer games both online and offline with a CnCNet game spawner.
Other
228 stars 89 forks source link

Hosted game is invisible while host is viewing the CnCNet lobby #37

Closed Rampastring closed 7 years ago

Rampastring commented 7 years ago

(Bug report from Dawn of the Tiberium Age staff)

When someone is hosting a game, and they switch to the CnCNet Lobby via the top bar, they stop sending game broadcast messages, making their game room invisible to other players until they use the top bar to switch back to the game room.

A fix would be writing a new Timer class and adding Timer support to the WindowManager, and letting the timer handle game broadcasting instead of CnCNetGameLobby handling it in its own Update() method.

Rampastring commented 7 years ago

Confirmed to be fixed.