mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-17 20:19:55 +00:00
Resolve conflict in client/ios/NetBirdSDK/client.go: keep v0.73.2's thread-safe state handling (stateMu, setState, stateSnapshot) and layer the SSH client's sshState() helper on top of stateSnapshot(). Add missing imports (strconv, internal/auth, internal/profilemanager) to ssh_client.go that the SSH feature branch referenced but never imported.