chore: hotfix #3361 to v1.1.x#3362
Conversation
|
The latest Buf updates on your PR. Results from workflow CI / buf-check (pull_request).
|
|
Claude finished @julienrbrt's task in 2m 50s —— View job Code Review: Hotfix #3361 → v1.1.xOverview: This backport adds WebSocket fallback resilience to the DA client — when the initial WS dial fails, it falls back to HTTP polling and spawns a background goroutine that retries the WS connection. When WS becomes available, the subscriber transparently upgrades from
Findings1. Data Race in
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Caution Review failedAn error occurred during the review process. Please try again later. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## v1.1.x #3362 +/- ##
==========================================
- Coverage 60.98% 60.62% -0.36%
==========================================
Files 127 127
Lines 13879 13969 +90
==========================================
+ Hits 8464 8469 +5
- Misses 4491 4573 +82
- Partials 924 927 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Overview
Bring #3361 to a v1.1.x branch as main is already v1.2.x because of the key rotation PR.