Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] setNotifyValue doesn't reflect changes immediately #41

Closed
pauldemarco opened this issue Mar 7, 2018 · 0 comments
Closed

[iOS] setNotifyValue doesn't reflect changes immediately #41

pauldemarco opened this issue Mar 7, 2018 · 0 comments

Comments

@pauldemarco
Copy link
Owner

pauldemarco commented Mar 7, 2018

This is because the contained CCC descriptor's value has not updated yet in the characteristic sent back in result(...).
Solution:
Move the setNotifyValue callback to a channel method and call from didUpdateNotificationStateForCharacteristic
This would require a new Protobuf type of ProtosSetNotificationResponse

@pauldemarco pauldemarco changed the title (iOS) setNotifyValue doesn't reflect changes immediately [iOS] setNotifyValue doesn't reflect changes immediately Mar 7, 2018
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

No branches or pull requests

1 participant