Skip to content

v0.69.0 does not automatically reconnect to the server. #5341

@dfdfdmanf

Description

@dfdfdmanf

Bug Description

When the Server restarts or when the Client turns the VPN/Proxy on/off, the connection between the Server and Client is interrupted and does not automatically reconnect, even if both the Server and Client are running version v0.69.0, a Client restart is still required to reconnect. Version v0.65.0 did not have this bug, and everything worked fine on v0.65.0. I have switched back to v0.65.0 and will not update to any other version in the future.

frpc Version

0.69.0

frps Version

0.69.0

System Architecture

linux/amd64, windows/amd64

Configurations

-----frps.toml-----
bindPort = 7000
webServer.addr = "199.99.88.799"
webServer.port = 7500
webServer.user = "abc"
webServer.password = "123"
auth.method = "token"
auth.token = "$]M>4AlSOjq~1El}J5$(tEcwU:u$prpPGik>YiRMvov)2(6,]T"

-----frpc.toml-----
serverAddr = "199.99.88.799"
serverPort = 7000
auth.method = "token"
auth.token = "$]M>4AlSOjq~1El}J5$(tEcwU:u$prpPGik>YiRMvov)2(6,]T"

[[proxies]]
name = "tcp"
type = "tcp"
localIP = "127.0.0.1"
localPort = 9999
remotePort = 9999

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