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

Implement/document auto reconnect #1

Closed
vishr opened this issue Apr 1, 2018 · 1 comment
Closed

Implement/document auto reconnect #1

vishr opened this issue Apr 1, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@vishr
Copy link
Member

vishr commented Apr 1, 2018

No description provided.

@vishr vishr added the enhancement New feature or request label Apr 1, 2018
@vishr vishr self-assigned this Apr 1, 2018
@mattn
Copy link
Contributor

mattn commented Apr 3, 2018

I get an error Failed to accept connection EOF. And this seems to be occured in tunne.go

	for {
		// Handle inbound connection
		in, err := ln.Accept()
		if err != nil {
			log.Printf("Failed to accept connection %v\n", err)
			break
		}

Can you fix this issue?

@vishr vishr closed this as completed in 62bdf52 May 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants