Skip to content

Critical probem: After restarting frps, the connected frpc clients are lost. #5091

@jingu76

Description

@jingu76

Bug Description

When I restart frps, the connected frpc clients are all lost.

frpc Version

0.65

frps Version

0.65

System Architecture

linux/amd64

Configurations

client:

serverAddr = "xx.com"
serverPort = 7100
loginFailExit = false

log.to = "./frpc.log"
log.level = "debug"

transport.tcpMux = true
transport.tcpMuxKeepaliveInterval = 30
transport.heartbeatInterval = 30
transport.heartbeatTimeout = 90
transport.dialServerTimeout = 10
transport.dialServerKeepalive = 7200

auth.method = "token"
auth.token = "....."

server:

bindAddr = "0.0.0.0"
bindPort = 7100

auth.method = "token"
auth.token = "....."

webServer.addr = "0.0.0.0"
webServer.port = 7105
webServer.user = "admin"
webServer.password = "aaasss"

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions