Refactorio / FactorioWebInterface

MIT License
0 stars 6 forks source link

Change status to "online" when the server can actually be joined #80

Open Altaric opened 3 years ago

Altaric commented 3 years ago

Currently the status goes to online when the server starts ("Factorio initialised"). But then it needs to load lots of stuff and if mods have changed, apply the time-consuming migration scripts. Therefore, it would be better to change status "running" to "starting" and make it "running" when the console reads "Matching server connection resumed"

grilledham commented 3 years ago

I'll have to think about this. I wonder if there is a risk that the connection to the matching server fails, but the server can still be joinned through direct connect.