mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Re-enable post validation shutdown timeout
This commit is contained in:
@@ -784,8 +784,6 @@ namespace Tgstation.Server.Host.Components.Session
|
||||
case BridgeCommandType.Startup:
|
||||
apiValidationStatus = ApiValidationStatus.BadValidationRequest;
|
||||
|
||||
// This business is is cancelled until this BYOND bug is resolved: https://www.byond.com/forum/post/2894866
|
||||
#if FALSE
|
||||
if (apiValidationSession)
|
||||
{
|
||||
var proceedTcs = new TaskCompletionSource<bool>();
|
||||
@@ -795,9 +793,6 @@ namespace Tgstation.Server.Host.Components.Session
|
||||
if (!firstValidationRequest)
|
||||
return BridgeError("Startup bridge request was repeated!");
|
||||
}
|
||||
#else
|
||||
postValidationShutdownTask = Task.CompletedTask;
|
||||
#endif
|
||||
|
||||
if (parameters.Version == null)
|
||||
return BridgeError("Missing dmApiVersion field!");
|
||||
|
||||
Reference in New Issue
Block a user