Skip to content

Conversation

@rzblue
Copy link
Member

@rzblue rzblue commented Jan 22, 2026

Fixes local clients receiving inconsistent data updates. Data was only flushed to local clients on incoming websocket data (or when explicitly flushed), so local clients on a quiet server would stop receiving updates.

Revert some changes from #7997.
Instead of relying on periodic sends, always immediately send local data updates to the wire for lower latency. This means that on local clients, the periodic update rate and sendAll settings will be ignored, as all data updates will be sent immediately.

Revert some changes from f99692f.
Instead of relying on periodic sends, always immediately send local data
updates to the wire. This means that the periodic update rate and
sendAll settings will be ignored, as all data updates will be sent
immediately.
@rzblue rzblue requested a review from a team as a code owner January 22, 2026 21:56
@github-actions github-actions bot added component: ntcore NetworkTables library 2027 2027 target labels Jan 22, 2026
@PeterJohnson PeterJohnson merged commit 77b2f98 into wpilibsuite:2027 Feb 7, 2026
45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2027 2027 target component: ntcore NetworkTables library

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants