mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #5018] FRPC - connectex: No connection could be made because the target machine actively refused it with high load #3951
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3951
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Misiu on GitHub (Oct 13, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/5018
Bug Description
I'm building a POC that will allow me to route some endpoint to an application running on a customer server.
Architecture:
Server:
.NET 9 API with YARP and FRPS in the same container.
Client:
.NET 9 API and FRPC running on a Windows 11 machine.
The user is making a request to my server, then the server is proxying it to 127.0.0.1:8081 (FRPS), next the request is passed to FRPC and to the target API running on port 5000.
I run tests with k6:
With around 150 UVs everything works perfectly, but when more UVs are added, I start getting errors on the client - FRPC:
frpc Version
0.65.0
frps Version
0.65.0
System Architecture
Server - Debian12 inside Docker, Client - Windows 11
Configurations
Server settings:
Client:
Logs
No response
Steps to reproduce
...
Affected area
@github-actions[bot] commented on GitHub (Oct 28, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.
@Misiu commented on GitHub (Oct 28, 2025):
Still actual
@github-actions[bot] commented on GitHub (Nov 13, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.