You'll notice
Useful3 Signal0
A login problem on the bridge no longer eats your reconnect attempts and is now named clearly.
What's wrong with this entry?
Anonymous. No account, no email.
What
An authentication failure in the repl-bridge connect loop is reported as such and does not consume one of the limited retries.
Details
- the retry counter is incremented only for non-auth failures
- failures now carry an explicit kind:
authfor auth failures,terminalotherwise - replaces a single generic terminal path for both cases
Evidence
auth
Strings lifted out of the shipped bundle, so the claim above can be checked against them.