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
- pool.liveness_check_secs: hoist the recv-loop poll cadence out of a
hard-coded const onto PoolConfig so deployments can tune it. Default
remains 30s.
- adapter: change hard-timeout error message from ({}m) to ({}s) so
non-multiple-of-60 ceilings render correctly (e.g. 90s → "(90s)").
- acp/connection: emit a tracing::trace! line when an id-bearing message
arrives whose pending entry was already abandoned. Behaviour is
unchanged — the adapter recv loop still filters by request_id; this
just makes the stale-response path observable at trace level.
cargo check + cargo clippy -- -D warnings + cargo test --bin openab all
clean (238 passed).
0 commit comments