[GH-ISSUE #3006] FRP_0.43_不断的中断重连 #2401

Closed
opened 2026-05-05 13:32:47 -06:00 by gitea-mirror · 2 comments
Owner

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [X] Performance and Scalability - [ ] Security - [X] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:32:47 -06:00
Author
Owner

@ForeverArt commented on GitHub (Jul 6, 2022):

似乎和这个 issue 类似,https://github.com/fatedier/frp/issues/1657.
Mantainer 建议是设置 log_level=trace,观察数据流在哪里中断.
不过最终提出者设置 tcp_mux 规避了问题.

遇到了类似的问题,有进展望告知

<!-- gh-comment-id:1176344831 --> @ForeverArt commented on GitHub (Jul 6, 2022): 似乎和这个 issue 类似,https://github.com/fatedier/frp/issues/1657. Mantainer 建议是设置 log_level=trace,观察数据流在哪里中断. 不过最终提出者设置 tcp_mux 规避了问题. 遇到了类似的问题,有进展望告知
Author
Owner

@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.

<!-- gh-comment-id:1207105799 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2401
No description provided.