Skip to content

Remote Access: Don't warn about ping messages#19079

Merged
seanbudd merged 1 commit into
masterfrom
dontWarnAboutPing
Oct 14, 2025
Merged

Remote Access: Don't warn about ping messages#19079
seanbudd merged 1 commit into
masterfrom
dontWarnAboutPing

Conversation

@SaschaCowley

Copy link
Copy Markdown
Member

Link to issue number:

Closes #18837

Summary of the issue:

Remote Access logs a warning when i receives a message with type ping:

WARNING - logging.Logger.warn (07:19:52.888) - Thread-3_connector_loop (13428):
Received message with unhandled type: ping {}

Description of user facing changes:

None

Description of developer facing changes:

No-longer log when ping messages are received.

Description of development approach:

Return early from _remoteClient.transport.TCPTransport.parse if a message is received with type _remoteClient.protocol.RemoteMessageType.PING.

Testing strategy:

Known issues with pull request:

None

Code Review Checklist:

  • Documentation:
    • Change log entry
    • User Documentation
    • Developer / Technical Documentation
    • Context sensitive help for GUI changes
  • Testing:
    • Unit tests
    • System (end to end) tests
    • Manual testing
  • UX of all users considered:
    • Speech
    • Braille
    • Low Vision
    • Different web browsers
    • Localization in other languages / culture than English
  • API is compatible with existing add-ons.
  • Security precautions taken.

@SaschaCowley SaschaCowley requested review from Copilot and removed request for Copilot October 10, 2025 03:19
@SaschaCowley SaschaCowley requested a review from a team as a code owner October 10, 2025 03:19
@SaschaCowley SaschaCowley requested a review from seanbudd October 10, 2025 03:19
@seanbudd seanbudd merged commit 3270a91 into master Oct 14, 2025
29 checks passed
@seanbudd seanbudd deleted the dontWarnAboutPing branch October 14, 2025 00:27
@github-actions github-actions Bot added this to the 2026.1 milestone Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remote Access logs warnings about unknown type ping

2 participants