[Bug] version check in main thread
SettingDust opened this issue ยท 1 comments
It makes the game load slowly with network problem. In my test, the network is disconnected, and the version check take about 3s to throw a exception
Maybe a option to disable version check or make it async
Expected Behavior
version check in Version Check Thread
Actual Behavior
version check in Client Thread