gsnova icon indicating copy to clipboard operation
gsnova copied to clipboard

Improvement for auto-reconnection

Open gumyn opened this issue 6 years ago • 0 comments

https://github.com/yinqiwen/gsnova/blob/dc3c75a837abef882e77781d0dd7b309b9a77f5f/local/proxy.go#L158

for !channel.Init(true) {
	time.Sleep(1000)
}

Like this no more need to restart the whole go programm when error occurs on MUX sessions creation

gumyn avatar Jun 21 '18 13:06 gumyn