We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eced3a1 + 9d0b05d commit 5838606Copy full SHA for 5838606
2 files changed
MultiAdmin/Program.cs
@@ -15,7 +15,7 @@ namespace MultiAdmin
15
{
16
public static class Program
17
18
- public const string MaVersion = "3.2.2.2";
+ public const string MaVersion = "3.2.3.1";
19
public const string RecommendedMonoVersion = "5.18.0";
20
21
private static readonly List<Server> InstantiatedServers = new List<Server>();
MultiAdmin/Server.cs
@@ -398,7 +398,6 @@ public void StartServer(bool restartOnCrash = true)
398
if (inputHandlerThread.IsAlive)
399
400
inputHandlerThread.Abort();
401
- inputHandlerThread.Join();
402
}
403
404
outputHandler.Dispose();
0 commit comments