We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
zeroconf/server.go
Lines 195 to 198 in c2d1b41
Should be
if err := s.shutdown(); err != nil { log.Printf("Error shutting down the server: %v", err) }
shutdown() itself should propagate or print errors from closing ipv4conn and ipv6conn.
shutdown()
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
zeroconf/server.go
Lines 195 to 198 in c2d1b41
Should be
shutdown()
itself should propagate or print errors from closing ipv4conn and ipv6conn.The text was updated successfully, but these errors were encountered: