mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4166] Will service registratioin close opened connection? #3285
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#3285
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 @JobberRT on GitHub (Apr 17, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4166
Bug Description
I got a similar problem like https://github.com/fatedier/frp/issues/4061 , server log and client log not giving useful information. But I notice there are some connection join and service registration log around.
So whether client service registraiton close the opened connection?
frpc Version
0.57
frps Version
0.57
System Architecture
linux/amd64
Configurations
example configuration from official website
Logs
No response
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Apr 18, 2024):
I am not sure what your question is, but when an exception occurs between the client and the server, all connections associated with this client will be closed.
@JobberRT commented on GitHub (Apr 18, 2024):
@fatedier Thanks for reply, Sorry for the confuse, and I've found the reason:
I'm using LEDE, and found the code for
Service Registration Interval:8c6da73f0f/applications/luci-app-frpc/root/etc/init.d/frp (L153-L160)This
timeparam is the registration interval that I talk about, and it's a restart action, and, of course it will close the opened connection.A bit of misunderstanding for this action, I thought it was some kind of keep-alive method