Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement for auto-reconnection #82

Open
gumyn opened this issue Jun 21, 2018 · 0 comments
Open

Improvement for auto-reconnection #82

gumyn opened this issue Jun 21, 2018 · 0 comments

Comments

@gumyn
Copy link

gumyn commented Jun 21, 2018

channel.Init(true)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant