Hopson97 / open-builder

Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server
https://github.com/Hopson97/open-builder/projects/3
GNU General Public License v3.0
703 stars 80 forks source link

Added retry logic for clients connecting to server #79

Closed pmauldin closed 4 years ago

pmauldin commented 4 years ago

Addresses #77. Adds a new timeout to the client config; the client will attempt to connect to the server every 500ms until it succeeds or hits the timeout.