Skip to content

Commit

Permalink
Merge pull request #220 from Grover-c13/3.2.3
Browse files Browse the repository at this point in the history
Remove Thread join, this seems to not work
  • Loading branch information
Dankrushen authored Sep 25, 2019
2 parents eced3a1 + 9d0b05d commit 5838606
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion MultiAdmin/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace MultiAdmin
{
public static class Program
{
public const string MaVersion = "3.2.2.2";
public const string MaVersion = "3.2.3.1";
public const string RecommendedMonoVersion = "5.18.0";

private static readonly List<Server> InstantiatedServers = new List<Server>();
Expand Down
1 change: 0 additions & 1 deletion MultiAdmin/Server.cs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ public void StartServer(bool restartOnCrash = true)
if (inputHandlerThread.IsAlive)
{
inputHandlerThread.Abort();
inputHandlerThread.Join();
}

outputHandler.Dispose();
Expand Down

0 comments on commit 5838606

Please sign in to comment.