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

Proper message queue behavior in pubsub #39

Open
3 tasks
minghuaw opened this issue Feb 3, 2023 · 1 comment
Open
3 tasks

Proper message queue behavior in pubsub #39

minghuaw opened this issue Feb 3, 2023 · 1 comment

Comments

@minghuaw
Copy link
Owner

minghuaw commented Feb 3, 2023

The current pubsub implementation simply discards the message if there is no connected subscriber, which is not how a proper message queue should behave. Another problem is that this is not reflected in the documentation either.

  • Fix documentation. Describe the actual behavior
  • Retain the message until there is at least one subscriber
    • Should this be configurable? -> This would then break the protocol and thus requires a breaking release
@minghuaw
Copy link
Owner Author

minghuaw commented Feb 3, 2023

#38 is probably caused by this

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