A note about IIOManager.ReadAllBytes and /proc

This commit is contained in:
Jordan Dominion
2024-03-03 13:36:18 -05:00
parent 2b44a592f6
commit ffe273b0c9
@@ -85,6 +85,7 @@ namespace Tgstation.Server.Host.IO
/// <param name="path">The path of the file to read.</param>
/// <param name="cancellationToken">A <see cref="CancellationToken"/> for the operation.</param>
/// <returns>A <see cref="ValueTask"/> that results in the contents of a file at <paramref name="path"/>.</returns>
/// <remarks>This function will fail to read files from the /proc filesystem on Linux.</remarks>
ValueTask<byte[]> ReadAllBytes(string path, CancellationToken cancellationToken);
/// <summary>