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

err = transport.Open() #60

Closed
JKeita opened this issue Aug 7, 2019 · 2 comments
Closed

err = transport.Open() #60

JKeita opened this issue Aug 7, 2019 · 2 comments

Comments

@JKeita
Copy link

JKeita commented Aug 7, 2019

file: hive.go
166 line

if err = transport.Open(); err != nil {
			return
}

modify

if err = transport.Open(); err != nil && err.Error() != "Socket already connected." {
	return
}
@beltran
Copy link
Owner

beltran commented Aug 7, 2019

Thank you for the suggestion @JKeita, feel free to open a pull request and I'll merge it.

@beltran
Copy link
Owner

beltran commented Dec 5, 2019

Fixed by #77

@beltran beltran closed this as completed Dec 5, 2019
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

2 participants