mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 13:36:50 +01:00
Use a newer .NET 8 signature
This commit is contained in:
@@ -100,7 +100,7 @@ namespace Tgstation.Server.Host.Core
|
||||
while (!cancellationToken.IsCancellationRequested)
|
||||
{
|
||||
logger.LogTrace("Waiting to read command line...");
|
||||
var line = await streamReader.ReadLineAsync().WaitAsync(cancellationToken);
|
||||
var line = await streamReader.ReadLineAsync(cancellationToken);
|
||||
|
||||
logger?.LogInformation("Received pipe command: {command}", line);
|
||||
switch (line)
|
||||
|
||||
Reference in New Issue
Block a user