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

goroutine not exit when Close() executed #2

Merged
merged 1 commit into from
Jun 2, 2020

Conversation

dragoncheey
Copy link

if the connection lost and do Close()&Connect() twice, the goroutine reciveWorker and transmitWorker will not be canceled.
move the action make channel to Connect() function.

@stamp stamp merged commit a943e2a into stamp:master Jun 2, 2020
@stamp
Copy link
Owner

stamp commented Jun 2, 2020

Nice find! Thank you :)

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

Successfully merging this pull request may close these issues.

2 participants