mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
possible improvements for game interface rcon operations
This commit is contained in:
@ -243,7 +243,11 @@ namespace Integrations.Cod
|
||||
CancellationToken = token
|
||||
};
|
||||
|
||||
connectionState.ConnectionAttempts++;
|
||||
if (!token.IsCancellationRequested)
|
||||
{
|
||||
connectionState.ConnectionAttempts++;
|
||||
}
|
||||
|
||||
connectionState.BytesReadPerSegment.Clear();
|
||||
|
||||
_log.LogDebug(
|
||||
|
Reference in New Issue
Block a user