Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ccad10 commit 2682b54Copy full SHA for 2682b54
1 file changed
src/ST.Client/Services/Implementation/ArchiSteamFarmServiceImpl.cs
@@ -68,7 +68,7 @@ public async Task<bool> Start(string[]? args = null)
68
69
ArchiSteamFarm.NLog.Logging.GetUserInputFunc = async (bool isPassword) =>
70
{
71
- ReadLineTask = new(TaskCreationOptions.DenyChildAttach);
+ ReadLineTask = new(TaskCreationOptions.AttachedToParent);
72
IsReadPasswordLine = isPassword;
73
#if NET6_0_OR_GREATER
74
var result = await ReadLineTask.Task.WaitAsync(TimeSpan.FromSeconds(60));
0 commit comments