Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Apr 9, 2024
2 parents 9744514 + 70381e9 commit 801bff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transport/wireguard/client_bind.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func (c *ClientBind) Open(port uint16) (fns []conn.ReceiveFunc, actualPort uint1
case <-c.done:
// err = net.ErrClosed
// return

c.done = make(chan struct{})
default:
}
Expand Down

0 comments on commit 801bff7

Please sign in to comment.