Skip to content

Fix(macos): ensure system monitoring is sampled for macOS#1054

Merged
shm11C3 merged 1 commit into
developfrom
fix/macos/sample-system-data
Jan 25, 2026
Merged

Fix(macos): ensure system monitoring is sampled for macOS#1054
shm11C3 merged 1 commit into
developfrom
fix/macos/sample-system-data

Conversation

@shm11C3

@shm11C3 shm11C3 commented Jan 25, 2026

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings January 25, 2026 09:04
@github-actions github-actions Bot added bug Something isn't working rust Pull requests that update Rust code frontend labels Jan 25, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug where system monitoring was not being periodically sampled on macOS. The monitoring loop had platform-specific blocks for Windows and Linux, but the macOS block was missing, causing macOS systems to only receive the initial sample without periodic updates.

Changes:

  • Added the missing macOS-specific sampling block inside the system monitoring loop to ensure continuous monitoring on macOS systems

@shm11C3 shm11C3 merged commit 7c18052 into develop Jan 25, 2026
28 checks passed
@shm11C3 shm11C3 deleted the fix/macos/sample-system-data branch January 25, 2026 09:16
@shm11C3 shm11C3 removed the frontend label Jan 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants