Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 9d0b05d

Browse files
author
Dankrushen
committed
Remove Thread join, this seems to not work
1 parent 6330542 commit 9d0b05d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

MultiAdmin/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace MultiAdmin
1515
{
1616
public static class Program
1717
{
18-
public const string MaVersion = "3.2.2.2";
18+
public const string MaVersion = "3.2.3.1";
1919
public const string RecommendedMonoVersion = "5.18.0";
2020

2121
private static readonly List<Server> InstantiatedServers = new List<Server>();

MultiAdmin/Server.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ public void StartServer(bool restartOnCrash = true)
398398
if (inputHandlerThread.IsAlive)
399399
{
400400
inputHandlerThread.Abort();
401-
inputHandlerThread.Join();
402401
}
403402

404403
outputHandler.Dispose();

0 commit comments

Comments
 (0)