MysteryPoo / DD-Arena-GameServer

MIT License
0 stars 0 forks source link

Need version locking #3

Open MysteryPoo opened 4 years ago

MysteryPoo commented 4 years ago

When handshaking, clients should be provided an error message and disconnected if their version doesn’t match the server. This should be done prior to checking the token matching.

MysteryPoo commented 4 years ago

I need to think about this more, but I'm thinking to some extent we may need to change the version to match the SemVer of the docker image itself.

Use Case:

~Note: This is a compatibility use-case that fulfills a need to push updates to GameServers and Clients live without shutting everything down.