mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-05 12:57:36 +03:00
platform: Fixes and improvements
This commit is contained in:
parent
28aa4c4d1f
commit
8b64446274
16 changed files with 33 additions and 31 deletions
|
@ -1,5 +1,3 @@
|
|||
//go:build darwin
|
||||
|
||||
package libbox
|
||||
|
||||
import (
|
||||
|
@ -46,6 +44,7 @@ func clientConnect(sharedDirectory string) (net.Conn, error) {
|
|||
}
|
||||
|
||||
func (c *CommandClient) Connect() error {
|
||||
common.Close(c.conn)
|
||||
conn, err := clientConnect(c.sharedDirectory)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue