-
-
Notifications
You must be signed in to change notification settings - Fork 592
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
[client] Fix controller re-connection #2758
Conversation
- Use endpoints in threadsafe way
- add comments - fix close logic
@@ -10,6 +12,7 @@ type USPFactory struct { | |||
} | |||
|
|||
func NewUSPFactory(iceBind *bind.ICEBind) *USPFactory { | |||
log.Infof("WireGuard Proxy Factory will produce bind proxy") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these new logs be Debug
level?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this log line is really important to know in any case. And it will appear only once time. We support 3 different implementation and good to know what is the active.
|
Describe your changes
Rethink the peer reconnection code organization.
Watch these events:
Fixed issues:
Issue ticket number and link
Checklist