frps 服务器和客户端都是windows ,客户端有时候会提示failed because connected host has failed to respond

 ###### 问题遇到的现象和发生背景
翻译看看:失败,因为连接的主机未能响应

 ###### 问题相关代码,请勿粘贴截图

客户端配置

[common]
# 服务器IP,真实的肯定不是这个啦
server_addr = 34.24.34.21
tcp_mux = false
server_port = 7000 
# 服务器bind_port
privilege_token = xxxx

[socket.io]
type = tcp 
local_port = 9999
remote_port = 20014
bandwidth_limit = 100MB

 ###### 运行结果及报错内容

。。。failed because connected host has failed to respond
翻译看看:失败,因为连接的主机未能响应

 ###### 我的解答思路和尝试过的方法
我猜就是服务器阻塞了,线程没做好

 ###### 我想要达到的结果

可以抓包去看看,如果是TCP相关,可考虑更改参数进行尝试。

我猜测 tcp_mux =false 这个参数影响的