You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: