Small fix, big reliability win.
The gateway client used to give up after 10 failed connection attempts. That meant if your laptop slept, network flaked, or the daemon restarted, the client would just… stop trying.
Now it retries indefinitely with backoff. The gateway comes back when it can, and the client is there waiting.
This is the kind of reliability fix you don’t notice until it saves you from debugging a “why isn’t this working” moment at 11 PM.
Reference commit: f6efb49