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