mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4432] 心跳为什么中断链接 关闭心跳也会中断 #3501
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#3501
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 @Jianfei-DinG on GitHub (Sep 13, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4432
Bug Description
心跳为什么中断链接 关闭心跳也会中断,开启心跳会 根据心跳时间断开 关闭心跳会 长时间断开 但是 重启服务器 或者客户端 又正常 远程桌面特别 不友好 不是知道 怎么才能 爽快的使用
frpc Version
60
frps Version
60
System Architecture
x86
Configurations
frpc.toml
[common]
server_addr = "47.243.108.30"
server_port = 7000
token = "f9e7d334a60c974cdf39b8a57007d921"
[rdps]
type = "tcp"
local_ip = "127.0.0.1"
local_port = 3389
remote_port = 6002
Logs
No response
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (Sep 13, 2024):
心跳需要,frpc 和 frps 使用相同的值
@Jianfei-DinG commented on GitHub (Sep 14, 2024):
frpc 也要配置 心跳吗 怎么配置
@xqzr commented on GitHub (Sep 14, 2024):
https://gofrp.org/zh-cn/docs/reference/client-configures/#ClientTransportConfig
@superzjg commented on GitHub (Sep 16, 2024):
60版本默认是关闭心跳的,采用tcpmux内置心跳,默认无需配置,使用没有问题。
另尝试采用 toml 版本格式重写配置试试。
@github-actions[bot] commented on GitHub (Oct 8, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.