fix: hide BrokenResourceError warnings that polute logs#265
fix: hide BrokenResourceError warnings that polute logs#265
Conversation
when the remote end closes the call (the call has ended) we get a BrokenResourceError in the stream. We need unecessary warnings, we add masking that was removed in e756ba9.
|
similar to #257 |
📝 WalkthroughWalkthroughError handling in the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
oh, in fact I like his PR better, I was thinking that it was better to move it under debug. Thanks for the pointer. |
when the remote end closes the call (the call has ended) we get a BrokenResourceError in the stream. We need unecessary warnings, we add masking that was removed in e756ba9.
Fixes this:
Summary by CodeRabbit