mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 13:07:07 +01:00
Add a .NET update todo
This commit is contained in:
@@ -201,6 +201,9 @@ namespace Tgstation.Server.Host.System
|
||||
bool outputOpen = true, errorOpen = true;
|
||||
async Task<string> GetNextLine()
|
||||
{
|
||||
#if NET7_0_OR_GREATER
|
||||
#error ReadLineAsync supports cancellation now
|
||||
#endif
|
||||
if (outputOpen && outputReadTask == null)
|
||||
outputReadTask = stdOutHandle.ReadLineAsync();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user