genshen / wssocks

socks5 over websocket
MIT License
152 stars 28 forks source link

It is recommended that the client always connect when the server is disconnected #46

Open M00nT0 opened 2 years ago

M00nT0 commented 2 years ago

It is recommended that the client always connect when the server is disconnected

genshen commented 2 years ago

May you describe the details about your requirement? Do you mean the client will always try to reconnect the server when its connection is lost?

M00nT0 commented 2 years ago

Yes,I want to say so.Sorry, my English is not very good

genshen commented 2 years ago

如果方便,用中文也是可以的。
It's Ok to use Chinese if your are convenient.

M00nT0 commented 2 years ago

我去....我还以为是老外写的 我开始的建议是增加服务端断开时,客户端继续轮训连接 主要是服务端有些时候可能由于未知原因导致退出,比如没挂screen的时候,这个时候其实客户端是没必要退出的,不然又要手动启动连接一次。。