Skip to content

v0.9.2

Compare
Choose a tag to compare
@micheljung micheljung released this 28 Aug 19:12
· 479 commits to develop since this release
Send social info before games info

The information dump sent to the client after it logs in includes
friends and foes (`social` message) and currently hosted / running
games.

Sending the `social` message first means friend/foe information will be
available for the client so it can use it for coloring the hosted game
display.

Making this trivial change on the server avoids adding complex logic to
the client to update the display of games after social information is
received or holding back the display of games completely until that
point.