Bind conflicts again!

This commit is contained in:
Jordan Dominion
2023-10-15 20:49:24 -04:00
parent 498e5236fd
commit 64baf37d64
@@ -42,6 +42,7 @@ namespace Tgstation.Server.Host.Extensions
GC.Collect(Int32.MaxValue, GCCollectionMode.Forced, true, false);
BindSocket(false);
BindSocket(true);
GC.Collect(Int32.MaxValue, GCCollectionMode.Forced, true, false);
}
}
}