fix: per-write timeouts + reduced inter-write delay #10
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "schwifty/per-write-timeout-and-mtu"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
withTimeoutOrNull(5000L)per write. Now iOS does the same: 5s timeout per command, retry once, then skip (non-fatal) or fail (critical).What was happening
The beacon disconnect during the write phase was likely caused by:
With per-write timeouts, we detect the stall in 5 seconds and can retry or reconnect.
Test plan
🤖 Generated with Claude Code