mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3006] FRP_0.43_不断的中断重连 #2401
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#2401
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 @lonelydespair on GitHub (Jul 6, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3006
Bug Description
FRP_0.43_每隔几个小时,或者一两天,就会自动中断,然后能自动重新连接成功?不知道是什么问题?
control writer is closing
work connection closed before response StartWorkConn message: EOF
gracefully shutdown visitor manager
try to reconnect to server...
frpc Version
0.43
frps Version
0.43
System Architecture
windows/amd64
Configurations
frps:
common
bind_addr = 0.0.0.0
bind_port = xx
dashboard_port = xx
dashboard_user = xx
dashboard_pwd = xx
vhost_http_port = xx
vhost_https_port = xx
log_file = ./frps.log
log_level = error
log_max_days = 3
token = xx
max_pool_count = 50
tcp_mux = true
frpc:
[common]
server_addr = xx
server_port = xx
token = xx
tls_enable = true
[range:127.0.0.1-xx]
type = tcp
local_ip = 127.0.0.1
local_port = xx
remote_port = xx
Logs
No response
Steps to reproduce
...
Affected area
@ForeverArt commented on GitHub (Jul 6, 2022):
似乎和这个 issue 类似,https://github.com/fatedier/frp/issues/1657.
Mantainer 建议是设置 log_level=trace,观察数据流在哪里中断.
不过最终提出者设置 tcp_mux 规避了问题.
遇到了类似的问题,有进展望告知
@github-actions[bot] commented on GitHub (Aug 6, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.