Skip to content

Fix FrameReceiverController "Stop Reactor" Bug#525

Open
Ohisemega wants to merge 1 commit into
masterfrom
Fix_FrameController_stop_IpcReactor_bug
Open

Fix FrameReceiverController "Stop Reactor" Bug#525
Ohisemega wants to merge 1 commit into
masterfrom
Fix_FrameController_stop_IpcReactor_bug

Conversation

@Ohisemega

@Ohisemega Ohisemega commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

@Ohisemega Ohisemega added this to the in-progress milestone Jun 30, 2026
@Ohisemega
Ohisemega requested review from JamesOHeaDLS and ajgdls June 30, 2026 09:55
@Ohisemega Ohisemega self-assigned this Jun 30, 2026
@Ohisemega Ohisemega added the bug BUG! Needs fixing! label Jun 30, 2026
@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 33.67%. Comparing base (9a92832) to head (38ec2ce).

Files with missing lines Patch % Lines
cpp/frameReceiver/src/FrameReceiverController.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #525   +/-   ##
=======================================
  Coverage   33.66%   33.67%           
=======================================
  Files          95       95           
  Lines        7690     7689    -1     
  Branches      672      672           
=======================================
  Hits         2589     2589           
+ Misses       4907     4906    -1     
  Partials      194      194           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Delete duplicate reactor_.stop() command in FrameReceiverController::handle_frame_release_channel().
Change procedure for stopping reactor_ in FrameReceiverController to utilize an IpcReactorTimmer.
Fix #524
@Ohisemega
Ohisemega requested a review from timcnicholls June 30, 2026 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug BUG! Needs fixing!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

reactor of FrameReceiverController called twice when expected frame received and released

2 participants