You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes several causes of Surge repeatedly reporting the external client terminated: installs/updates now replace the binary atomically (running processes are no longer killed mid-update); per-node processes bind their port before the first config fetch (no more kill/restart churn on slow starts); transient port conflicts are retried; config and cache writes are atomic
Only one client (tray or --serve) may run at a time — a second one exits and says so in the log; per-node processes spawned by Surge are exempt
Integrity check now runs in-process via the system API (no periodic child process); "unable to verify" no longer kills a healthy process
Timestamped logs unified under ~/Library/Logs/oixcloud/; --version now reports the release version (please include it in bug reports)