1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

improve connection resets in CSGO

This commit is contained in:
RaidMax
2022-01-19 09:58:25 -06:00
parent 7817c91a2e
commit 1f0ff71b7b
2 changed files with 28 additions and 1 deletions

View File

@ -66,6 +66,7 @@ namespace Integrations.Source
// ignored
}
await Task.Delay(ConnectionTimeout);
_rconClient = _rconClientFactory.CreateClient(_ipEndPoint);
_authenticated = false;
_needNewSocket = false;
@ -183,4 +184,4 @@ namespace Integrations.Source
{
}
}
}
}