Skip to content

3.2.0

Choose a tag to compare

@wwwcg wwwcg released this 21 Aug 05:06
· 6 commits to main since this release

Connection liveness on both ends.

  • Reconnect — backoff previously gave up after two attempts and nothing could wake it. Now unbounded (capped at 30s, jittered), and it reconnects immediately on network interface changes or when the app returns to the foreground.
  • Client-side liveness — added a pong timeout; two missed pongs mark the link dead. A half-open connection no longer looks connected.
  • Server-side liveness — the SDK now sends an application-level heartbeat, letting the relay close ghost connections. Older SDKs are unaffected.

Install is unchanged: CocoaPods AppTelepath or Telepath, or SwiftPM from: "3.2.0".