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

notify when there are no notifications on a publication response #565

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CrowdHailer
Copy link
Contributor

At the moment there is no feedback from a call to the server asking for the latest changes in a subscription where the request is successful but there where no messages.

The change in this PR allows a client to know that the connection is still good but that there are no changed values. This is allows it to differentiate from the situation where there are no notifications being sent due to a bad slow connection.
I am not 100% sure this should be an error but I felt like it was a similar case to the "empty NotificationMessage" notification that is sent a few lines above in the case that the notif message itself is nil.

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.

None yet

1 participant