Skip to content

Conversation

@hideakitai
Copy link
Owner

Close #65

@hideakitai hideakitai requested a review from Copilot June 1, 2025 06:18
@hideakitai hideakitai self-assigned this Jun 1, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request introduces support for unsubscribing from OSC messages, addressing issue #65. Key changes include:

  • Version bumps in library.properties and library.json.
  • Updates to README.md documenting new unsubscribe and publish APIs.
  • New unsubscribe methods added to OSCServer.h and ArduinoOSCCommon.h.

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
library.properties Bumped version to 0.6.0 to reflect new functionality.
library.json Updated version to 0.6.0 in JSON metadata.
README.md Added documentation for new unsubscribe APIs and updated various OSC API methods.
ArduinoOSC/OSCServer.h Added unsubscribe methods for removing callbacks and unsubscribing by port/address.
ArduinoOSC/ArduinoOSCCommon.h Added unsubscribe methods wrapping server manager functionality with error logging based on WiFi status.

@hideakitai hideakitai merged commit 4a2c8c3 into main Jun 15, 2025
29 checks passed
@hideakitai hideakitai deleted the feature/support-unsubscribe branch June 15, 2025 06:22
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.

Example on how to stop subscribing / unsubscribe to an osc address?

2 participants