What's wrong with this entry?
The streaming layer now detects when the system was suspended (sleep/hibernate) mid-stream and handles it gracefully instead of silently hanging.
- A new
StreamSuspended/StreamSuspendedErrorerror code is emitted when the watchdog determines a gap was caused by system suspend rather than a genuine timeout. - The stream watchdog detects suspend events and aborts the current attempt to trigger a fresh reconnect.
- Retry categorization now includes
"stream_suspended"as a distinct reason, separate from"watchdog"and"stale_connection".
New error type and retry reason (search for "Stream watchdog detected system suspend; aborting to retry on a fresh connection" and "StreamSuspended")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.