Skip to content

fix(win): fix subscribe to characteristic on windows#58

Merged
stoprocent merged 1 commit into
stoprocent:mainfrom
spudwebb:win-valuechangedhandler
Dec 8, 2025
Merged

fix(win): fix subscribe to characteristic on windows#58
stoprocent merged 1 commit into
stoprocent:mainfrom
spudwebb:win-valuechangedhandler

Conversation

@spudwebb
Copy link
Copy Markdown

@spudwebb spudwebb commented Dec 8, 2025

fixes #57

As per MS documentation, to enable characteristic notifications/indications, a ValueChanged event handler must be registered before calling GattCharacteristic.WriteClientCharacteristicConfigurationDescriptorWithResultAsync

…he configuration descriptor to enable notifications/indications
@stoprocent stoprocent merged commit fbf61b2 into stoprocent:main Dec 8, 2025
13 of 14 checks passed
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 8, 2025

🎉 This PR is included in version 2.3.10 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Subscribe on Matter-C2 is not working on Windows

2 participants