godarklight / DarkMultiPlayer

DarkMultiPlayer - A multiplayer mod for Kerbal Space Program
MIT License
278 stars 120 forks source link

Client keeps running after disconnect (direct join issue) #463

Open Stefan0436 opened 5 years ago

Stefan0436 commented 5 years ago

I found this bug while programming my launcher, It only seems to occur when using the direct join system.

The bug prevents you from disconnecting from a server (you do navigate to the main menu, it just does not disconnect)

I have located the bug and fixed it in my tests.

It happend because the ScenarioWorker was still running on quit to main menu.