mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 10:59:31 +08:00
fix count
This commit is contained in:
parent
ba69f423d5
commit
4f69ae3e96
|
@ -67,7 +67,7 @@ public class FastTunnelForwarderHttpClientFactory : ForwarderHttpClientFactory
|
|||
}
|
||||
finally
|
||||
{
|
||||
Interlocked.Increment(ref connectionCount);
|
||||
Interlocked.Decrement(ref connectionCount);
|
||||
logger.LogDebug($"统计YARP连接数:{connectionCount}");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user