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

Subscription notifications and acknowledgements are not working correctly #5

Closed
locka99 opened this issue Nov 10, 2017 · 2 comments
Closed
Assignees
Labels

Comments

@locka99
Copy link
Owner

locka99 commented Nov 10, 2017

Subscriptions and monitored items are sort-of working, i.e. an item can be monitored and its value is changing, but some of the notifications are coming back with old values and there is an issue with publish request acknowledgements. Some clients are printing errors of unknown acknowledgements.

It means that monitoring is sending data but it skips values.

@locka99 locka99 added the bug label Nov 10, 2017
@locka99 locka99 self-assigned this Nov 10, 2017
@locka99
Copy link
Owner Author

locka99 commented Aug 1, 2018

This is a 0.4 blocker.

@locka99
Copy link
Owner Author

locka99 commented Aug 24, 2018

Subscription code is working a lot better now. Client and server are asynchronous internally so publish and response are decoupled and the code is generally better tuned to throttle publish requests based on number of subscriptions.

@locka99 locka99 closed this as completed Aug 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant