mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-02 06:23:37 +02:00
refactor: improve SOCKS5 error handling, refactor client connection logic, and add documentation to internal packages.
This commit is contained in:
+2
-1
@@ -5,6 +5,7 @@ package mobile
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"log"
|
||||
"sync"
|
||||
"time"
|
||||
@@ -111,7 +112,7 @@ func Start(roomID, keyHex string, socksPort int, socksUser, socksPass string) er
|
||||
"telemost",
|
||||
roomURL,
|
||||
keyHex,
|
||||
socksPort,
|
||||
fmt.Sprintf("127.0.0.1:%d", socksPort),
|
||||
"",
|
||||
socksUser,
|
||||
socksPass,
|
||||
|
||||
Reference in New Issue
Block a user