mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2474] FRPS can't accept new connections after a short period of running. #1963
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#1963
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 @thesocialproxy on GitHub (Jul 8, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2474
Version: FRPS 0.37.0
OS: Ubuntu 20.04.2 LTS
CPU architecture: Intel
[REQUIRED] description of errors
I am using FRPS and FRPC-Android to connect to it, then I am connecting to FRPS as a proxy user, everything is working perfectly, but after the connection is running for a few minutes, any request that will be sent to FRPS will trigger a timeout error, it seems like FRPS stopped listening for incoming requests.
I know FRPC-Android is probably not supported by this project, but it seems like an FRPS issue since FRPS is not even receiving the proxy user connection request as far as I can tell (you can see there is nothing in the logs regarding an incoming connection).
I also tried searching the archives but have found no similar issue before.
confile
log file
Steps to reproduce the issue
Supplementary information
Restating/reloading the client or server fixes the issue temporarily (for another 10-30min).
Can you guess what caused this issue
Unfortunately, no.
Checklist:
@thesocialproxy commented on GitHub (Jul 15, 2021):
Solved! The problem was on the FRPC-android side, the connection was dropping there.